- ( BOOL )shouldAutorotate { return YES ; } CODE : Portrait : - ( NSUInteger )supportedInterfaceOrientati...
- ( BOOL )shouldAutorotate { return YES ; } CODE : Portrait : - ( NSUInteger )supportedInterfaceOrientati...
NSInteger NSInteger aInteger = 1 ; to NSString NSString *a String = [ NSString stringWithFormat : @"%ld" , aInteg...
type : BOOL DATA (YES/NO) OR(1/0) BOOL dtBool = 0 ; OR BOOL dtBool = NO ; NSLog (dtBool ? @"Yes" : @"No...
Array is a type of data that is in the index. NSArray NSArray *ArrSingle = [[ NSArray alloc ] initWithObjects : @"1"...