Search code examples
iphoneuinavigationbaruitabbar

how to create the object programmatically rather than using the UI library on iPhone?


I want to ask a question about the objective C on the iPhone. I am writing a program, but I want to create the UI objective programmatically rather than by using the UI elements in the UI library (Xcode). And I am interested in the tab bar and the navigation bar. Can anyone one give me some example code, tutorial website or some link to me? Thank you very much.


Solution

  • Read Creating a Tab Bar Item Programmatically and Creating a Navigation Interface Programmatically.