particle-iot / spark-setup-ios

(DEPRECATED) Spark device setup library - Soft AP Cocoapod/Carthage lib for iOS
Apache License 2.0
19 stars 25 forks source link

Added support for disabling the log out button. #34

Closed JSchaenzle closed 8 years ago

JSchaenzle commented 8 years ago

In an app that I am building I have my own custom views that handle account management (logging in, out and creating an account). It would be really nice to still be able to use the spark-setup project for the workflow involved with setting up a device and adding it the the users account. I added an option to the customization class that hides the logout button on the GetReady view so the user can't log out from there and be navigated to the login screen that's part of this project.