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
Post a Comment