mirror of
https://github.com/wahyd4/libr-ios.git
synced 2026-08-09 05:06:46 +10:00
添加关于页面
This commit is contained in:
@@ -496,6 +496,9 @@
|
||||
</constraints>
|
||||
</tableViewCellContentView>
|
||||
<animations/>
|
||||
<connections>
|
||||
<segue destination="iy8-o7-BtZ" kind="show" identifier="showAboutSegue" id="s4n-7r-7as"/>
|
||||
</connections>
|
||||
</tableViewCell>
|
||||
</cells>
|
||||
</tableViewSection>
|
||||
@@ -590,8 +593,8 @@
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<webView contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="K9E-O0-MUZ">
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="551"/>
|
||||
<webView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="K9E-O0-MUZ">
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
||||
<animations/>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</webView>
|
||||
@@ -661,6 +664,53 @@
|
||||
</objects>
|
||||
<point key="canvasLocation" x="-6727" y="5573"/>
|
||||
</scene>
|
||||
<!--关于-->
|
||||
<scene sceneID="36s-Am-woF">
|
||||
<objects>
|
||||
<viewController title="关于" id="iy8-o7-BtZ" sceneMemberID="viewController">
|
||||
<layoutGuides>
|
||||
<viewControllerLayoutGuide type="top" id="eTX-Ff-1hp"/>
|
||||
<viewControllerLayoutGuide type="bottom" id="P2e-d6-pxW"/>
|
||||
</layoutGuides>
|
||||
<view key="view" contentMode="scaleToFill" id="i2p-so-Ay0">
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Logo_Max" translatesAutoresizingMaskIntoConstraints="NO" id="5cc-DH-KA6">
|
||||
<rect key="frame" x="200" y="92" width="200" height="200"/>
|
||||
</imageView>
|
||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Some Message About US" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="88O-kb-xAI">
|
||||
<rect key="frame" x="202" y="351" width="195" height="20.5"/>
|
||||
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Wes-c8-K3Y">
|
||||
<rect key="frame" x="200" y="395" width="200" height="30"/>
|
||||
<color key="backgroundColor" red="0.21804744009999999" green="0.71221572160000002" blue="0.63985896109999996" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="200" id="96X-d8-6WQ"/>
|
||||
</constraints>
|
||||
<state key="normal" title="联系我们">
|
||||
<color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</state>
|
||||
</button>
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||
<constraints>
|
||||
<constraint firstItem="5cc-DH-KA6" firstAttribute="top" secondItem="eTX-Ff-1hp" secondAttribute="bottom" constant="72" id="4aD-28-zD8"/>
|
||||
<constraint firstItem="5cc-DH-KA6" firstAttribute="centerX" secondItem="i2p-so-Ay0" secondAttribute="centerX" id="7Ls-Gb-1bI"/>
|
||||
<constraint firstItem="Wes-c8-K3Y" firstAttribute="top" secondItem="88O-kb-xAI" secondAttribute="bottom" constant="23.5" id="SC4-Ih-tvG"/>
|
||||
<constraint firstItem="88O-kb-xAI" firstAttribute="top" secondItem="5cc-DH-KA6" secondAttribute="bottom" constant="59" id="c7H-nl-fvt"/>
|
||||
<constraint firstItem="88O-kb-xAI" firstAttribute="centerX" secondItem="i2p-so-Ay0" secondAttribute="centerX" id="qf5-V0-sB8"/>
|
||||
<constraint firstItem="Wes-c8-K3Y" firstAttribute="centerX" secondItem="i2p-so-Ay0" secondAttribute="centerX" id="xXr-og-5oy"/>
|
||||
</constraints>
|
||||
</view>
|
||||
</viewController>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="CvR-Ed-p6n" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||
</objects>
|
||||
<point key="canvasLocation" x="-3073" y="4248"/>
|
||||
</scene>
|
||||
<!--首页-->
|
||||
<scene sceneID="5S6-yX-Ikb">
|
||||
<objects>
|
||||
|
||||
Reference in New Issue
Block a user