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

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

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

url rewriting - How to redirect a http POST with urlrewritefilter -