SwiftyFORM v0.10.0 Release Notes

    • Date pickers are now inline. Previous the date pickers was iOS6 style and shown at the bottom of the screen. It felt old. (#8)
    • The PrecisionSlider now implements UIResponder. If you set collapseWhenResigning=true then the slider will collapse when another control becomes first responder.
    • Bumped up the minimum version of iOS to 9.0.
    • Added DatePickerBindingViewController example.
    • Added SlidersAndTextFieldsViewController example.