Saturday, 24 August 2013

xcode navigation between views

xcode navigation between views

Im trying to make my first app in Xcode. This tutorial
http://www.youtube.com/watch?v=rgd6mCuzlEc helped me understand how to
make navigation between views. In my app I need more buttons on first and
second view but buttons on second view are dependet on buttons from first
view.
For example buttons on first view: - birds - dogs - fishes
second view for birds: - stork - sparrow - chicken
On a third view will be describtion for chosen animal.
What should be my next step? Example from link is good for my app?

No comments:

Post a Comment