+==+==+==+==+==+==+==+==+==+==+==+==+==+ //Give Images to custom alert view for animation like UIAlertView //UIViewAlert.h #import <UIKit/UIKit.h> @interface UIViewAlert : UIView { CGPoint lastT… more →
Dev iPhone SDKwrote 14 hours ago: Use Reachability class. if([self connected] ) { NSLog(@"Internet connected"); } - (BOOL)connected { … more →
wrote 1 day ago: All those magic Xcode build variables like $(SRCROOT) and $(BUILT_PRODUCTS_DIR). http://developer.ap … more →
wrote 1 day ago: Overview Color Shapes Rush is fun and polished iOS arcade game. Check free version on the Appstore. … more →
wrote 2 days ago: Urban Airship for Push Notifications If you want to push notifications from your server to your app … more →
wrote 2 days ago: Overview THIS IS THE COMPLETE SOURCE CODE OF MY IPAD APPLICATION IN APPSTORE iQuad. Link AppStore Yo … more →
wrote 3 days ago: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launc … more →
wrote 3 days ago: How do deal with “capturing self strongly in this block is likely to lead to a retain cycle … more →
wrote 4 days ago: This early sketch of the Bigshot camera by Shree K. Nayar shows some of the form factors that were c … more →
wrote 4 days ago: Spark Inspector (US$39.99 single-license) offers an exciting new development tool. Targeting … more →
wrote 4 days ago: Instagram/xcode code sample Example of calling instagram api from ios app on github … more →
wrote 4 days ago: NSUrl example … more →
wrote 4 days ago: Localising your text in Unity once the previous steps are done, is even easier than the last post. W … more →
wrote 4 days ago: Now that the .strings files for each language are in Xcode, we can start moving our strings from the … more →
wrote 4 days ago: Now we move on to getting Xcode set up ready to read your localised strings from Unity. Build your p … more →
wrote 5 days ago: It has been quite an uphill battle to get this far with xcode development. This has not been helped … more →
wrote 6 days ago: Newcomers ask this question a lot. I’ve posted my response to this under the link, “Whic … more →
wrote 6 days ago: So, if youre a web developer or designer or just someone with a passing interest in making your own … more →
wrote 6 days ago: Here are the steps to setting up a Cordova (2.7) plugin for iOS. Create the Cordova iOS project usin … more →
wrote 6 days ago: Some common things to note when using Repository for iOS,Mac projects: When working as a team , avoi … more →