PanelKit v2.0.1 Release Notes

Release Date: 2017-12-14 // over 6 years ago
    • ๐Ÿ›  Fixed an animation glitch when unpinning a panel

Previous changes from v2.0.0

    • ๐Ÿ“Œ Multi-pinning, pin multiple panels to a side (guide)
    • ๐Ÿ“„ Panel resizing (guide)
    • ๐Ÿ“„ State restoring, save and load panel states (guide)
    • โž• Added APIs to pin or float a panel, without the use of a popover
    • ๐Ÿ‘Œ Improved documentation
    • โšก๏ธ Updated to Swift 4.0
    • โž• Added PanelViewController convenience initializer
    • ๐Ÿ“Œ Maintain panel at drag position when unpinned
    • Respect dragInsets when adjusting panel position for keyboard
    • โž• Added preferredPanelPinnedWidth API: specifies width for panel while pinned, which can now differ from the panel width while floating
    • ๐Ÿ›  Fixes UITableViewCell swipe actions on iOS 11
    • PanelContentDelegate: add panelDragGestureRecognizer(shouldReceive: touch) API
    • ๐Ÿ‘Œ Improved debug logging
    • ๐Ÿ‘Œ Improved performance
    • โœ‚ Removed iOS 9 support (iOS 10.0 or newer is now required)