SanctionCo / pilot-ios

The Official Pilot iOS App
MIT License
1 stars 0 forks source link

Crash when signing out or deleting account #61

Closed RohanNagar closed 6 years ago

RohanNagar commented 6 years ago

Due to the removal of storyboards, the app crashes when trying to execute this line in ProfileViewController:

let storyboard = UIStoryboard.init(name: "LoginViewController", bundle: nil)

Needs to be fixed as we update the settings views.

RohanNagar commented 6 years ago

@NickEckert was this fixed in #77?

NickEckert commented 6 years ago

Yes, Fixed in #77