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