Open Side Menu Go to the Top
Register
iOS app Design question iOS app Design question

08-25-2016 , 10:57 AM
I am very new to iOS development. I have been building apps for a little while on Android, but now attempting to add iOS as well. I don't use iOS products so that is making this harder as well.

I have an Android app where my home page is basically buttons the lead to different lists of items. Each list in the app is a master-detail config. In Android this is easy, I just open an new Activity for each and put my master-detail code there.

I am trying to figure out how to create this same app for iOS. But from everything that I have read (and after getting the errors) Apple does not want you to have a master-detail (UISplitViewController) that is not in the root view, with a couple exceptions.

I use the master-detail pattern a lot in my apps as it gives the client the best UI experience in most cases. So how is this done in iOS world? Any good examples?

here is the Android app for reference if you need https://play.google.com/store/apps/d...t.clashtoolkit
iOS app Design question Quote
08-26-2016 , 10:43 AM
Ray Wenderlich has a ton of excellent tutorial material that should point you in the right direction.
iOS app Design question Quote
08-30-2016 , 04:43 PM
thank you for the post. Have have been using that site for quite some time. It is great as a how to implement, but unfortunately doesn't give you much in the way of design that I have seen
iOS app Design question Quote

      
m