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

@ -16,7 +16,7 @@
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="RCPageControl Example" textAlignment="center" lineBreakMode="middleTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="RCPageControlExample" textAlignment="center" lineBreakMode="middleTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
<rect key="frame" x="20" y="140" width="441" height="49"/>
<constraints>
<constraint firstAttribute="height" constant="49" id="Cyr-Tp-OgX"/>

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;
})];