Releases: andriadze/CTSlidingUpPanel
Releases · andriadze/CTSlidingUpPanel
Base Objective C support
Generic scrollview support
Generic scrollview support
Swift 4.2 + Orientation Changes
Added Support for orientation Changes:
//Use this in ViewController!
override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
super.viewWillTransition(to: size, with: coordinator)
bottomController?.viewWillTransition(to: size, with: coordinator)
}
Crash fixes
Fixed critical bug which was causing app to crash in certain conditions
Closures for events
Added closures for panel events
Added top Margin
Added possibility to specify top margin
Better TableView Support
Tableview support has been slightly improved
Updated to Swift 4.0
Small changes for Swift 4 and might as well name this release 1.0
Cocoapods release
0.1.1 Finalising restructuring