Add .gif demo file
This commit is contained in:
parent
372ddb1ec0
commit
3de11a9c80
Binary file not shown.
|
After Width: | Height: | Size: 259 KiB |
|
|
@ -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;
|
||||
})];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue