moflo / openspringboard

UIKit based Spingboard clone, similar to Three20's TTLauncherView. (Update Aug-9-2011: finally have time to refactor this for iOS5 custom container view controllers)
http://fieldforceapp.com
MIT License
242 stars 38 forks source link

Refactor code to add delegate methods #3

Closed moflo closed 2 years ago

moflo commented 13 years ago

Current code isn't MVC compliant, need to refactor into a delgate.

moflo commented 13 years ago

Basically plan to refactor OpenSpringBoard into a UIView with a with one required method:

And a few optional methods:

Others?