moflo / openspringboard

UIKit based Spingboard clone, similar to Three20's TTLauncherView. (Update Aug-9-2011: finally have time to refactor this for iOS5 custom container view controllers)
http://fieldforceapp.com
MIT License
242 stars 38 forks source link

sample app #12

Open JanC opened 12 years ago

JanC commented 12 years ago

Hi, the sample app does not actually show how to present and more importantly how to dismiss a launched view controller.

cheers

moflo commented 12 years ago

Good observation. I recommend you download the 'Fielsforce' app in the App Store to see what we implemented but you the two easy options are to either present modal dialogs for each icon pressed, or you need to stick this OpenSpringBoard view into the root of a UINavigation hierarchy.

We created our own window manager. We are not ready to release that to GitHub yet.

On Jul 26, 2012, at 1:44 AM, Janreply@reply.github.com wrote:

Hi, the sample app does not actually show how to present and more importantly how to dismiss a launched view controller.

cheers


Reply to this email directly or view it on GitHub: https://github.com/fieldforceapp/openspringboard/issues/12

JanC commented 12 years ago

okey