ios - Preferred file organization for subviews -


suppose have uiviewcontroller in view has 2 subviews, uiscrollview , uiview. should write functionalities both subviews inside uiviewcontroller .m file, or recommended put subview functionality inside own .h/.m files?

if better keep them in same parent view file, happens if have lot more subviews? best practice this?


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -