Closed adamhrz closed 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()
let vc = FirstTabViewController()
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()