├── .gitattributes ├── Animated Title View ├── XXXAnimatedTitleView.h ├── XXXAnimatedTitleView.m ├── XXXRootListController.m └── preview.gif ├── Color Picker Cell ├── Function.x ├── Root.plist ├── XXXColorPickerCell.h ├── XXXColorPickerCell.m └── preview.png ├── Dynamic Specifiers ├── README.md ├── XXXRootListController.h ├── XXXRootListController.m └── preview.gif ├── Footer Hyperlink ├── README.md ├── Root.plist ├── XXXRootListController.h ├── XXXRootListController.m └── preview.png ├── Labeled Slider Cell ├── Root.plist ├── XXXLabeledSliderCell.h ├── XXXLabeledSliderCell.m └── preview.png ├── README.md ├── Segment Table Image Cell ├── Root.plist ├── XXXSegmentTableImageCell.h ├── XXXSegmentTableImageCell.m └── preview.png ├── Style Picker Cell ├── Root.plist ├── XXXStyleCheckView.h ├── XXXStyleCheckView.m ├── XXXStyleOptionView.h ├── XXXStyleOptionView.m ├── XXXStylePickerCell.h ├── XXXStylePickerCell.m └── preview.png ├── Switch with Info Cell ├── Root.plist ├── XXXSwitchWithInfoCell.h ├── XXXSwitchWithInfoCell.m └── preview.png └── Time Interval Picker Cell ├── Root.plist ├── XXXTimeIntervalPickerCell.h ├── XXXTimeIntervalPickerCell.m └── preview.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/.gitattributes -------------------------------------------------------------------------------- /Animated Title View/XXXAnimatedTitleView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Animated Title View/XXXAnimatedTitleView.h -------------------------------------------------------------------------------- /Animated Title View/XXXAnimatedTitleView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Animated Title View/XXXAnimatedTitleView.m -------------------------------------------------------------------------------- /Animated Title View/XXXRootListController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Animated Title View/XXXRootListController.m -------------------------------------------------------------------------------- /Animated Title View/preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Animated Title View/preview.gif -------------------------------------------------------------------------------- /Color Picker Cell/Function.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Color Picker Cell/Function.x -------------------------------------------------------------------------------- /Color Picker Cell/Root.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Color Picker Cell/Root.plist -------------------------------------------------------------------------------- /Color Picker Cell/XXXColorPickerCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Color Picker Cell/XXXColorPickerCell.h -------------------------------------------------------------------------------- /Color Picker Cell/XXXColorPickerCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Color Picker Cell/XXXColorPickerCell.m -------------------------------------------------------------------------------- /Color Picker Cell/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Color Picker Cell/preview.png -------------------------------------------------------------------------------- /Dynamic Specifiers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Dynamic Specifiers/README.md -------------------------------------------------------------------------------- /Dynamic Specifiers/XXXRootListController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Dynamic Specifiers/XXXRootListController.h -------------------------------------------------------------------------------- /Dynamic Specifiers/XXXRootListController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Dynamic Specifiers/XXXRootListController.m -------------------------------------------------------------------------------- /Dynamic Specifiers/preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Dynamic Specifiers/preview.gif -------------------------------------------------------------------------------- /Footer Hyperlink/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Footer Hyperlink/README.md -------------------------------------------------------------------------------- /Footer Hyperlink/Root.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Footer Hyperlink/Root.plist -------------------------------------------------------------------------------- /Footer Hyperlink/XXXRootListController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Footer Hyperlink/XXXRootListController.h -------------------------------------------------------------------------------- /Footer Hyperlink/XXXRootListController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Footer Hyperlink/XXXRootListController.m -------------------------------------------------------------------------------- /Footer Hyperlink/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Footer Hyperlink/preview.png -------------------------------------------------------------------------------- /Labeled Slider Cell/Root.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Labeled Slider Cell/Root.plist -------------------------------------------------------------------------------- /Labeled Slider Cell/XXXLabeledSliderCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Labeled Slider Cell/XXXLabeledSliderCell.h -------------------------------------------------------------------------------- /Labeled Slider Cell/XXXLabeledSliderCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Labeled Slider Cell/XXXLabeledSliderCell.m -------------------------------------------------------------------------------- /Labeled Slider Cell/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Labeled Slider Cell/preview.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/README.md -------------------------------------------------------------------------------- /Segment Table Image Cell/Root.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Segment Table Image Cell/Root.plist -------------------------------------------------------------------------------- /Segment Table Image Cell/XXXSegmentTableImageCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Segment Table Image Cell/XXXSegmentTableImageCell.h -------------------------------------------------------------------------------- /Segment Table Image Cell/XXXSegmentTableImageCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Segment Table Image Cell/XXXSegmentTableImageCell.m -------------------------------------------------------------------------------- /Segment Table Image Cell/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Segment Table Image Cell/preview.png -------------------------------------------------------------------------------- /Style Picker Cell/Root.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Style Picker Cell/Root.plist -------------------------------------------------------------------------------- /Style Picker Cell/XXXStyleCheckView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Style Picker Cell/XXXStyleCheckView.h -------------------------------------------------------------------------------- /Style Picker Cell/XXXStyleCheckView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Style Picker Cell/XXXStyleCheckView.m -------------------------------------------------------------------------------- /Style Picker Cell/XXXStyleOptionView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Style Picker Cell/XXXStyleOptionView.h -------------------------------------------------------------------------------- /Style Picker Cell/XXXStyleOptionView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Style Picker Cell/XXXStyleOptionView.m -------------------------------------------------------------------------------- /Style Picker Cell/XXXStylePickerCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Style Picker Cell/XXXStylePickerCell.h -------------------------------------------------------------------------------- /Style Picker Cell/XXXStylePickerCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Style Picker Cell/XXXStylePickerCell.m -------------------------------------------------------------------------------- /Style Picker Cell/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Style Picker Cell/preview.png -------------------------------------------------------------------------------- /Switch with Info Cell/Root.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Switch with Info Cell/Root.plist -------------------------------------------------------------------------------- /Switch with Info Cell/XXXSwitchWithInfoCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Switch with Info Cell/XXXSwitchWithInfoCell.h -------------------------------------------------------------------------------- /Switch with Info Cell/XXXSwitchWithInfoCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Switch with Info Cell/XXXSwitchWithInfoCell.m -------------------------------------------------------------------------------- /Switch with Info Cell/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Switch with Info Cell/preview.png -------------------------------------------------------------------------------- /Time Interval Picker Cell/Root.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Time Interval Picker Cell/Root.plist -------------------------------------------------------------------------------- /Time Interval Picker Cell/XXXTimeIntervalPickerCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Time Interval Picker Cell/XXXTimeIntervalPickerCell.h -------------------------------------------------------------------------------- /Time Interval Picker Cell/XXXTimeIntervalPickerCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Time Interval Picker Cell/XXXTimeIntervalPickerCell.m -------------------------------------------------------------------------------- /Time Interval Picker Cell/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LacertosusRepo/Preference-Cell-Examples/HEAD/Time Interval Picker Cell/preview.png --------------------------------------------------------------------------------