Rightpoint / ios-template

A `cookiecutter` template for iOS projects
MIT License
94 stars 26 forks source link

Fixed crash when triggering debug menu #18

Closed adamhrz closed 7 years ago

adamhrz commented 7 years ago

When we moved to the static enable method we started crashing because the self referenced a non-static target method.
To test change the on boarding VC view controller to let vc = FirstTabViewController()