You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Or you can use CocoaPods (as this is the recommended way).
17
17
18
18
## Usage
19
19
20
-
Subclass ViewPagerController (as it's a UIViewController subclass) and implement dataSource and delegate methods in the subclass.
20
+
Subclass ViewPagerController (as it's a `UIViewController` subclass) and implement dataSource and delegate methods in the subclass.
21
21
22
22
In the subclass assign self as dataSource and delegate,
23
23
@@ -111,9 +111,7 @@ You can change ViewPager's options via `viewPager:valueForOption:withDefault:` d
111
111
}
112
112
}
113
113
```
114
-
You can change some colors too. Just like options, return the interested component's color, and leave out all the rest![^footnote]
115
-
116
-
[^footnote]: [Linkin Park - Leave Out All the Rest](http://www.youtube.com/watch?v=LBTXNPZPfbE)
114
+
You can change some colors too. Just like options, return the interested component's color, and leave out all the rest
0 commit comments