Closed bobbyali closed 9 years ago
My controller code is getting cluttered with lots of small methods that I'm overriding (for views, delegates, notifications, screen updates etc). Is there a good way to organize it all better?
Positioning code should not be in the controller. Inherit from UICollectionView
longTouchIndicatorBar should be its own view class file
My controller code is getting cluttered with lots of small methods that I'm overriding (for views, delegates, notifications, screen updates etc). Is there a good way to organize it all better?