Preference-Cell-Examples
Preference-Cell-Examples copied to clipboard
Custom preference cells among other things to improve your preferences.
Preference Cell Examples
Custom preference cells among other things to improve your preferences.
Table of Contents
Preference Cell Type | Description | Preview |
---|---|---|
Color Picker Cell | Color picker using iOS 14's UIColorPickerViewController. | ![]() |
Labeled Slider Cell | Slider with label centered above it, also allowing custom values to be entered by tapping the value displayed. | ![]() |
Segment Table Image Cell | PSSegmentCell displaying images instead of strings. | ![]() |
Style Picker Cell | Style picker for options, similar to Apple's light/dark mode selector. | ![]() |
Switch with Info Cell | Add info button next to switch to provide more in-depth info to the user. | ![]() |
Time Interval Picker Cell | Lets user select a number of hours, minutes, and seconds. | ![]() |
Other Guides Included
Guide Type | Description | Preview |
---|---|---|
Animated Title View | Title label in the navigation bar that 'slides up' when the user scrolls down. | ![]() |
Dynamic Specifiers | Remove or insert specifiers based on other preference values. | ![]() |
Footer Hyperlink | Insert a hyperlink in your footer text. | ![]() |