multiple view controllers strategy
问题 I am making an app that has about 20 different view controllers that are loaded into a single container view. Some of the views have sliders and buttons and some have only buttons. Is there a strategy I can use to make building the views controllers more inline with Objective C coding techniques? Currently I am trying to combine similar methods into model objects but before I get too involved I thought I'd ask if there is a better way. I'm also willing to do the groundwork and research so any