Home
1 application Binary restricted distribution Commercial use allowed Can modify source Read full license | More Info
Unlimited applications Binary restricted distribution Commercial use allowed Can modify source 6 months support Read full license | More Info
Starting from $ 14.99
This application is meant to help you get started your iPhone app quickly with Facebook login handling built right in and more importantly having an onboarding/welcome UI that you can modify easily with Interface Builder.
For a beginner, it is a daunting task having to build and import libraries needed. With this application you don't have to worry about those and just get your app running right away.
Login -> Onboarding -> TabBarController
It works out of the box, you don't even need to change anything.
(see screenshots & demo video)
You see exactly what you get, no code required

Starting July 2012 Facebook will stop giving non-expirying access tokens requested via offline_access permission and this application already took care of that. There are pseudo codes in Application Delegate that guides through steps to handle access token and send data back to your server.
We've been through this before so we know your doubts and guide you through it quickly.
Convenient UIView additions, shorter code
self.view.top
self.view.bottom
self.view.left
self.view.right
self.view.centerX
self.view.centerY
SVProgressHUD library included (?)
[SVProgressHUD show];
[SVProgressHUD dismissWithSuccess:@"Done"];
[SVProgressHUD dismissWithError:@"Try again"];
Customisable page control indicator (onboarding UI)
pageControl.onColor = [UIColor colorWithWhite:0 alpha:0.40];
pageControl.offColor = [UIColor colorWithWhite:0 alpha:0.15];
pageControl.indicatorDiameter = 8.0f;
pageControl.indicatorSpace = 15.f;
Other libraries
ASIHTTPRequest for all networking needs
JSONKit Fastest JSON-parsing library currently, for use with ASIHTTPRequest
SDWebImage Handle displaying remote image with caching
Requirements
Configuration & customization steps
Constants.hMyApp-Info.plist > URL types > Item 0 > URL Schemes > Item 0LoginViewController.xib with Interface builderOnboardViewController.xib with Interface builderI'm pretty satisfied even thought the project doesn't cover all components of the Facebook iOS SDK. Easy to use and recommendable for this price. A good start for beginners.- Philipp, 1 year ago
Starting from $ 14.99
Questions & Comments
Leave a comment
Log-in now or register for a free account.