Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.37 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.37 KB

FCSettingsBooster

A head start on implementing a settings view in iOS

FCSettingsBooster is a collection of table view cells that interface directly with user preferences stored in NSUserDefaults. Its only benefit over the standard settings bundle approch is the ability to use custom views to show values, and custom view controllers to select values for settings.

Status

FCSettingsBooster is no longer under active development. Unless the features that are currently built are exactly what you need to use, I do not suggest using it.

The individual components listed as "functional" below are ready for use. The architecture and code of a coordinating Settings View Controller is majorly in flux and I suggest nobody use it for the time being.

Project Roadmap

  • Functional
  • In Progress
  • Planned
    • Font Picker
    • Easy compatibility with custom cells / preferences
  • Under Consideration
    • Button Cell
    • iCloud synchronization – (There are already a few options out there)
    • Preview Cell – Custom cell that can subscribe to certain preference changes
    • Slider Cell
    • StoreKit Enabled cells – e.g. remove ads, enable a feature