File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'CHIPageControl'
3- s . version = '0.1.1 '
3+ s . version = '0.1.2 '
44 s . summary = 'CHIPageControl is a set of cool animated page controls written in Swift to replace boring UIPageControl.'
55
66 s . ios . deployment_target = '8.0'
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ import UIKit
106106
107107 internal func setupDisplayLink( ) {
108108 self . displayLink = CADisplayLink ( target: self , selector: #selector( updateFrame) )
109- self . displayLink? . add ( to: . current, forMode: . defaultRunLoopMode )
109+ self . displayLink? . add ( to: . current, forMode: . commonModes )
110110 }
111111
112112 internal func updateFrame( ) {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Just add the `CHIPageControl` folder to your project.
2525
2626use [ CocoaPods] ( https://cocoapods.org ) with Podfile:
2727``` ruby
28- pod ' CHIPageControl' , ' ~> 0.1.1 '
28+ pod ' CHIPageControl' , ' ~> 0.1.2 '
2929
3030# individual page control
3131pod ' CHIPageControl/Aji'
@@ -41,7 +41,7 @@ pod 'CHIPageControl/Puya'
4141
4242use [ Carthage] ( https://github.com/Carthage/Carthage ) with Cartfile
4343``` ogdl
44- github "ChiliLabs/CHIPageControl" ~> 0.1.1
44+ github "ChiliLabs/CHIPageControl" ~> 0.1.2
4545```
4646
4747
You can’t perform that action at this time.
0 commit comments