ios Anjali Blog++
Friday, 31 July 2015
'sharedApplication' is unavailable: not available on iOS (App Extension) - Use view controller based solutions where appropriate instead.
›
After every pod install I select the pod-afnetworking target and change the APPLICATION_EXTENSION_API_ONLY back to NO . It's a bit...
Wednesday, 24 July 2013
Download an Image and Save it as PNG or JPEG in iPhone SDK
›
NSLog ( @ "Downloading..." ) ; // Get an image from the URL below UIImage * image = [ [ UIImage alloc ] initWithData : [ ...
Wednesday, 17 July 2013
How to set UITextField Resign First responder ?
›
First of all assign UITextFieldDelegate in .h file Like this @interface ViewController : UIViewController < UITextFieldDelegate ...
Understanding the ASIHTTPRequest authentication process
›
HTTP Authentication is one area where ASIHTTPRequest has had a fair number of changes recently. It can be difficult to understand how wher...
Monday, 8 July 2013
Failed to Attach to Process ID Xcode
›
iOS Simulator>Reset Content and Setting..>Reset hope u can Fix this issue ads: ebay
Go to your Application using Terminal
›
cd ../../Applications would take you to Macintosh HD/Applications ads: ebay
Monday, 10 June 2013
supportedInterfaceOrientations method not working on iOS 6 UIViewController
›
You Should Change in adding the viewController Replace this code [window addSubview:viewController.view]; by this line: [w...
›
Home
View web version