0

I have followed the three20 ttnavigator example in order to make my own app, but I have seen than the view is created in controller, but I would like to make my view in a xib file and then render it from controller when openURLAction is fired, how is it posible?, thanks

user1698738
  • 77
  • 2
  • 9

1 Answers1

0

I used to overwrite the initWithNibName to make my view in a xib file, navigator openURLAction is ok.

jasonhao
  • 2,098
  • 1
  • 14
  • 7