You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add sectionIndexTitles and sectionForSectionIndexTitles to FormViewController to allow for subclasses to override.
Fix SliderRow layout.
Fix regular expression for URLs to allow query and location parameter.
Corrected issue in section sorting function of MultipleSelectorViewController, where all options were placed in one section, with a section title based on the first option.
Added missing call to super.updateConstraints in SegmentedCell.
Add ability to setup alert cancel title from AlertRow.
remove blank section headers/footers from plain tables on iOS 11. This prevents blank section headers and footers from appearing on iOS
11 when setting the table view style to plain and there are no headers
or footers.
Fix UIDatePicker bug when mode == .countDownTimer.
Allow non-selectable rows to exist besides selectable rows in a selectable section.
SliderRow - added option 'shouldHideValue' to hide value label (default to false).