1
vote
0answers
49 views
+50

JTRevealSideBar UI is not getting displayed properly in landscape mode on iPhone and iPad

In my project I am using JTRevealSideBar to show side table UI, but when I am changing iPad/iPhone from portrait to landscape mode the UI iss getting disturbed http://screencast.com/t/A7rTndChlM ...
3
votes
1answer
257 views
+50

Verify Twitter login from iPhone on the server side

Ok, so I've currently implemented Facebook login in my app the following way: I use the official FB framework to login the user. When I login, I get a authentication token, which is sent to my ...
0
votes
0answers
58 views
+50

could not get maven xcode build without using CI server?

I am completely new to maven.I created one new xCode project and copied to project structure as told in maven-Xcode guide root->src->Xcode->myXcode Project .pom.xml will be under root directory.I ...
3
votes
1answer
130 views
+50

ios scratch card effect crash

I need to use a scratch effect for my game. here is an example code years ago. https://github.com/oyiptong/CGScratch It works just fine, but when i use it together with navigation controller, it ...
1
vote
0answers
48 views
+100

StoreKit on iOS - autorenewable subscription - How to know wether it is a free trial or not?

In iTunes Connect it is possible to give a free trial period for autorenewable subscriptions. App > Manage In App Purchases > Subscription Basic > 1 Month > Offer a free trial? How ...
2
votes
0answers
61 views
+50

Importing, Displaying and Caching of large data

I'm trying to get data from some where and save it in a NSMutableArray of custom objects that contain that data and info. Every time the user opens the app the same data is loaded from source and ...
2
votes
0answers
210 views
+100

Facebook loginViewFetchedUserInfo is called twice

I am using facebook SDK 3.0 in my app. The delegate method is called twice when after logging to facebook. - (void)loginViewFetchedUserInfo:(FBLoginView *)loginView ...
0
votes
1answer
23 views
+50

Call segue from subview generated by iCarousel

I have a view controller (News View Controller in the image) and it loads a iCarousel with dynamic subviews, it works fine, but the problem is that i want to perform a segue when the user press a ...