mhacks-ios
mhacks-ios copied to clipboard
The official MHacks iOS app
I was wondering if I could fork this and use it for a hackathon I was considering throwing but there doesn't seem to be any license specified. The backend is...
It looks like Xcode 9 now supports 1024 app icon assets in the asset catalog.
To be compatible with future device sizes and remove a maintenance headache, use autolayout and a launch storyboard instead of launch images.
Specifically refactor use of APIManager to utilize dependency injection and get rid of Notification Center in favor of less loosely-coupled communication such as delegates
Depends on #26 Currently we are using storyboards with segues to manage view controller transitions I propose moving to a dedicated coordinator object to handle transitions between view controllers. This...
## Goals: * Allow for custom view controller initializers (for dependency injection) * Prevent difficult merge conflicts * Easier view reuse
Should remove caches for previous versions of the MHacks app instead of just writing to a new one