PanelKit v2.0.1 Release Notes
Release Date: 2017-12-14 // over 7 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)