Add .gif demo file
This commit is contained in:
parent
372ddb1ec0
commit
3de11a9c80
Binary file not shown.
|
After Width: | Height: | Size: 259 KiB |
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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