Skip to content

Releases: andriadze/CTSlidingUpPanel

Base Objective C support

13 Mar 09:43
Compare
Choose a tag to compare
1.2.0

Changed Pod version

Generic scrollview support

04 Mar 21:32
Compare
Choose a tag to compare

Generic scrollview support

Swift 4.2 + Orientation Changes

19 Oct 08:58
15f2377
Compare
Choose a tag to compare

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

03 Oct 20:09
Compare
Choose a tag to compare

Fixed critical bug which was causing app to crash in certain conditions

Closures for events

02 Aug 14:41
Compare
Choose a tag to compare

Added closures for panel events

Added top Margin

30 Mar 12:26
Compare
Choose a tag to compare

Added possibility to specify top margin

Better TableView Support

26 Jan 10:38
Compare
Choose a tag to compare

Tableview support has been slightly improved

Updated to Swift 4.0

10 Jan 08:45
Compare
Choose a tag to compare

Small changes for Swift 4 and might as well name this release 1.0

Cocoapods release

21 Jul 08:30
Compare
Choose a tag to compare
0.1.1

Finalising restructuring

Initial

20 Jul 14:17
Compare
Choose a tag to compare
0.1.0

Update README.md