Add .gif demo file

This commit is contained in:
Looping 2014-11-02 22:19:41 +08:00
parent 372ddb1ec0
commit 3de11a9c80
3 changed files with 3 additions and 3 deletions

BIN
RCPageControlDemo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

View File

@ -43,7 +43,7 @@
[_pageControlRC setCenter:({
CGPoint center = self.view.center;
center.y = self.view.frame.size.height - 200.f;
center.y = self.view.frame.size.height - 160.f;
center;
})];
@ -63,7 +63,7 @@
[_pageControlUI setCenter:({
CGPoint center = self.view.center;
center.y = 220.f;
center.y = 160.f;
center;
})];