Answer the question
In order to leave comments, you need to log in
How to create UI elements without interface builder?
For example. We create a list. Each list item has interface elements (button input fields, etc.)
Are there any books (ru/en) with a focus on interface builder, creating your own interface elements?
Answer the question
In order to leave comments, you need to log in
For your viewController, create an interface in the viewDidLoad method
- (void)viewDidLoad {
[super viewDidLoad];
[self.view setBackgroundColor:[UIColor redColor]];
UIView *mySubview = ;
[self.view addSubview:mySubview];
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question