mhacks-ios icon indicating copy to clipboard operation
mhacks-ios copied to clipboard

The official MHacks iOS app

Results 9 mhacks-ios issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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

code design

Should remove caches for previous versions of the MHacks app instead of just writing to a new one