//parameters let loginString = String (format: "email=%@&password=%@" , userNameTF . text !, passwordTF . tex...
Read More
splash screen code from one View Controller to Another
@interface LaunchViewController : UIViewController @property ( weak , nonatomic ) IBOutlet UIImageView *launchImage; ...
Read More
Adding a prefix header to an iOS project
The iOS SDK API for New Relic Mobile requires modification of your project's prefix header. If your project does not have one, follow ...
Read More
Ascending & Descending Order
NSArray *number = @[@9 , @3 , @6 , @7] ; NSLog ( @"%@" ,number); NSArray *ascending = [number sort...
Read More
Protocal
web.h @protocol sendingData < NSObject > -( void )dataresponse:( NSMutableDictionary *)dictionary; @end ...
Read More
Collectionview with header and footer
- ( void )viewDidLoad { [ super viewDidLoad ]; // _V_CollectionView.delegate=self; // _V_CollectionView.dataSource=self; ...
Read More
UITextField 4 Pin passcode
-(BOOL)textFieldShouldReturn:(UITextField*)textField; { if (textField == pin1) { [pin2 becomeFirstResponder]; } els...
Read More
post (rest)
self . URLSession =[ NSURLSession sessionWithConfiguration :[ NSURLSessionConfiguration defaultSessionConfiguration ]]; self . U...
Read More
Subscribe to:
Posts (Atom)