File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'CHIPageControl'
3
- s . version = '0.1.1 '
3
+ s . version = '0.1.2 '
4
4
s . summary = 'CHIPageControl is a set of cool animated page controls written in Swift to replace boring UIPageControl.'
5
5
6
6
s . ios . deployment_target = '8.0'
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ import UIKit
106
106
107
107
internal func setupDisplayLink( ) {
108
108
self . displayLink = CADisplayLink ( target: self , selector: #selector( updateFrame) )
109
- self . displayLink? . add ( to: . current, forMode: . defaultRunLoopMode )
109
+ self . displayLink? . add ( to: . current, forMode: . commonModes )
110
110
}
111
111
112
112
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.
25
25
26
26
use [ CocoaPods] ( https://cocoapods.org ) with Podfile:
27
27
``` ruby
28
- pod ' CHIPageControl' , ' ~> 0.1.1 '
28
+ pod ' CHIPageControl' , ' ~> 0.1.2 '
29
29
30
30
# individual page control
31
31
pod ' CHIPageControl/Aji'
@@ -41,7 +41,7 @@ pod 'CHIPageControl/Puya'
41
41
42
42
use [ Carthage] ( https://github.com/Carthage/Carthage ) with Cartfile
43
43
``` ogdl
44
- github "ChiliLabs/CHIPageControl" ~> 0.1.1
44
+ github "ChiliLabs/CHIPageControl" ~> 0.1.2
45
45
```
46
46
47
47
You can’t perform that action at this time.
0 commit comments