¡@

Home 

2014/10/15 ¤U¤È 10:09:14

iphone Programming Glossary: fooaddcontroller

iPhone modal view inside another modal view?

http://stackoverflow.com/questions/2108153/iphone-modal-view-inside-another-modal-view

pushing the second view controller to the first view controller's UINavigationController. creation of 1st modal view FooAddController addController FooAddController alloc initWithNibName @ FooAddController bundle nil addController.delegate self addController.foo.. to the first view controller's UINavigationController. creation of 1st modal view FooAddController addController FooAddController alloc initWithNibName @ FooAddController bundle nil addController.delegate self addController.foo newFoo UINavigationController.. creation of 1st modal view FooAddController addController FooAddController alloc initWithNibName @ FooAddController bundle nil addController.delegate self addController.foo newFoo UINavigationController navigationController UINavigationController..