Closed RohanNagar closed 6 years ago
Due to the removal of storyboards, the app crashes when trying to execute this line in ProfileViewController:
ProfileViewController
let storyboard = UIStoryboard.init(name: "LoginViewController", bundle: nil)
Needs to be fixed as we update the settings views.
@NickEckert was this fixed in #77?
Yes, Fixed in #77
Due to the removal of storyboards, the app crashes when trying to execute this line in
ProfileViewController
:Needs to be fixed as we update the settings views.