iphone - When to subclass UIViewController for custom subview? -
I have applied a custom code as the When should I subclass There are any drawbacks for subclassing, when I need something to go on important logic, I In addition to this, if I am looking for some behavior that you get from the If you are doing something quite simple or light, then In my experience, I can see the UIViewController subclass, but this could possibly be implemented As could be the
UIView subclass.
UIView instead of
UIViewController for a subview?
UIViewController ?
UIViewController , it is presented in the original or in the navigation controller, in addition to a
UIViewController subclass. do.
UIView subclasses is usually enough. I think that the custom buttons and table view cells make me the most often use is done.
UIViewController from
UIView subclasses, but this may not be the best, it just happens to me straight-up Instead of using scene controllers, it feels a little more comfortable.
Comments
Post a Comment