Eureka v4.1.0 Release Notes

Release Date: 2018-03-01 // about 6 years ago
    • โž• Add compatibility for Xcode 9.3 beta 2 and Swift 4.1.
    • ๐Ÿ†• New functionality ๐ŸŽ‰. https://github.com/xmartlabs/eureka#swipe-actions. Thanks @marbetschar.
    • โž• 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.
    • 0๏ธโƒฃ SliderRow - added option 'shouldHideValue' to hide value label (default to false).
    • โšก๏ธ Update cell when tintColor changes.
    • ๐Ÿ‘Œ Support dynamic font size changes.