InAppSettings provides a view controller that displays the application's Settings.bundle as it appears in the iPhone settings. Allowing the same preferences in app and in the iPhone settings.
MIT License
233
stars
33
forks
source link
Simplified by using a table view controller and reloading on app resume. #35
By using a table view controller the keyboard is handled automatically which significantly simplifies the class. The settings table was removed and all keyboard notifications removed. Instead it uses the built-in table.
Now it handles the case of leaving the app and changing a setting in preferences, when resuming the app the settings will reload to show the change.
By using a table view controller the keyboard is handled automatically which significantly simplifies the class. The settings table was removed and all keyboard notifications removed. Instead it uses the built-in table.
Now it handles the case of leaving the app and changing a setting in preferences, when resuming the app the settings will reload to show the change.