bobbyali / kidsvidz

KidsVidz - Simple and Safe iOS YouTube player for young children
0 stars 1 forks source link

Code organization #26

Closed bobbyali closed 9 years ago

bobbyali commented 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?

bobbyali commented 9 years ago

Positioning code should not be in the controller. Inherit from UICollectionView

longTouchIndicatorBar should be its own view class file