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.