Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplified by using a table view controller and reloading on app resume. #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 26, 2016

  1. Simplified by using a table view controller and reloading on app resume.

    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.
    MalcolmHall committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    f9c5744 View commit details
    Browse the repository at this point in the history
  2. Simplified by using a table view controller and reloading on app resume.

    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.
    MalcolmHall committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    2c432c4 View commit details
    Browse the repository at this point in the history