Skip to content

Commit 165a8d9

Browse files
CCCC
authored andcommitted
CCAutoTag : support iOS 13
1 parent 6d0870f commit 165a8d9

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

OKKLineMin/Base.lproj/Main.storyboard

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="CCI-Xi-A1j">
3-
<device id="retina4_7" orientation="portrait">
4-
<adaptation id="fullscreen"/>
5-
</device>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="CCI-Xi-A1j">
3+
<device id="retina4_7" orientation="portrait" appearance="light"/>
64
<dependencies>
7-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
5+
<deployment identifier="iOS"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
87
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
98
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
109
</dependencies>
@@ -18,7 +17,7 @@
1817
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1918
<subviews>
2019
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Gmd-p7-drS">
21-
<rect key="frame" x="87.5" y="308" width="200" height="50"/>
20+
<rect key="frame" x="87.5" y="308.5" width="200" height="50"/>
2221
<constraints>
2322
<constraint firstAttribute="width" constant="200" id="cKk-io-kxp"/>
2423
<constraint firstAttribute="height" constant="50" id="xKJ-id-al5"/>
@@ -29,14 +28,14 @@
2928
</connections>
3029
</button>
3130
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="A30-Ps-OsH">
32-
<rect key="frame" x="87.5" y="208" width="200" height="50"/>
31+
<rect key="frame" x="87.5" y="208.5" width="200" height="50"/>
3332
<constraints>
3433
<constraint firstAttribute="height" constant="50" id="Fnv-lt-2Dh"/>
3534
<constraint firstAttribute="width" constant="200" id="Q49-KR-FsL"/>
3635
</constraints>
3736
<state key="normal" title="OKKLineMin Full"/>
3837
<connections>
39-
<segue destination="g0H-98-Tuw" kind="presentation" identifier="FULL" id="Xvc-xV-gzG"/>
38+
<segue destination="g0H-98-Tuw" kind="presentation" identifier="FULL" modalPresentationStyle="fullScreen" id="Xvc-xV-gzG"/>
4039
</connections>
4140
</button>
4241
</subviews>
@@ -109,13 +108,13 @@
109108
<!--KlineVC-->
110109
<scene sceneID="PQm-8u-taF">
111110
<objects>
112-
<viewController id="g0H-98-Tuw" customClass="CCKlineVC" customModule="OKKLineMin" customModuleProvider="target" sceneMemberID="viewController">
111+
<viewController modalPresentationStyle="fullScreen" id="g0H-98-Tuw" customClass="CCKlineVC" customModule="OKKLineMin" customModuleProvider="target" sceneMemberID="viewController">
113112
<view key="view" contentMode="scaleToFill" id="3Vc-Ye-JI9">
114113
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
115114
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
116115
<subviews>
117116
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="n92-1Q-1LE">
118-
<rect key="frame" x="0.0" y="20" width="375" height="647"/>
117+
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
119118
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
120119
</view>
121120
</subviews>
@@ -137,6 +136,6 @@
137136
</scene>
138137
</scenes>
139138
<inferredMetricsTieBreakers>
140-
<segue reference="Nje-3d-Ee2"/>
139+
<segue reference="HW6-ce-NE4"/>
141140
</inferredMetricsTieBreakers>
142141
</document>

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<H3 align="center">OKKLineMin</H3>
2-
32
### Intro
43

5-
**OKKLineMin kline for min for learning for iPhone** *(support Swift4 & iPhone X)*
4+
**OKKLineMin kline for min for learning for iPhone** *(support Swift5 & iPhone X & iPhone 11 & iOS 13)*
65

76
### 中文链接
87
[https://ccworld1000.github.io/2018/08/23/OKKLineMin-kline-for-min-for-learning-for-iPhone-support-Swift4-iPhone-X](https://ccworld1000.github.io/2018/08/23/OKKLineMin-kline-for-min-for-learning-for-iPhone-support-Swift4-iPhone-X/)
@@ -21,6 +20,10 @@ iPhone X Half
2120

2221
![X](https://github.com/ccworld1000/OKKLineMin/blob/master/Screenshot/Half.png)
2322

23+
iPhone 11 & iOS 13
24+
25+
![iPhone 11 & iOS 13](https://github.com/ccworld1000/OKKLineMin/blob/master/Screenshot/iPhone11.png)
26+
2427
iPhone Device
2528

2629
![iPhoneDevice](https://github.com/ccworld1000/OKKLineMin/blob/master/Screenshot/iPhoneDevice.png)

Screenshot/iPhone11.png

447 KB
Loading

0 commit comments

Comments
 (0)