Sibling UIViewController Navigation

Posted by Joo Park on Stack Overflow See other posts from Stack Overflow or by Joo Park
Published on 2010-05-01T06:28:25Z Indexed on 2010/05/01 6:37 UTC
Read the original article Hit count: 285

would anybody care to comment on this piece of code?

It allows you to do "prev" or "next" once in the detail view of a uiviewcontroller.

So, if you have 4 uiviewcontrollers, you can navigate from #3 to #2 with previous or #3 to #4 with next. It works, but, my question is, is this the best way to implement this? or, is there a better way.

http://github.com/joop23/UIViewController

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiviewcontroller