Easy
We define an outlet and compile without any problem, but when we try to connect it in the interface builder, it does not appear, why?
Author: Smart&SoftStatus: PublishedQuestion passed 20 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Objective C
1
What is the keyword to use to avoid retain cycles in Objective-C?0
What is the output of the following code?
NSMutableArray *array = [[NSMutableArray alloc] init];
[array addObject:@"1"];
[array addObject:@"2"];
[array addObject:@"3"];
[array removeObjectAtIndex:0];
NSLog(@"%@", array);0
What is the name of the method that removes the first responder status from a view in Objective-C?0
How to create a UIPickerView in Objective-C0
How to create a controller in Objective-C