mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-15 21:29:23 +00:00
[iOS] Fix hints and warnings, names
This commit is contained in:
parent
cf6a172056
commit
439730247c
4 changed files with 10 additions and 9 deletions
|
|
@ -99,8 +99,9 @@
|
|||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "ios-marketing",
|
||||
"size" : "1024x1024",
|
||||
"idiom" : "ios-marketing",
|
||||
"filename" : "Icon-1024.png",
|
||||
"scale" : "1x"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
|
|
@ -21,8 +21,8 @@
|
|||
<rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<tableView clipsSubviews="YES" contentMode="scaleToFill" misplaced="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" translatesAutoresizingMaskIntoConstraints="NO" id="UVJ-Ew-lHf">
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
||||
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" translatesAutoresizingMaskIntoConstraints="NO" id="UVJ-Ew-lHf">
|
||||
<rect key="frame" x="-4" y="64" width="328" height="416"/>
|
||||
<color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
<connections>
|
||||
<outlet property="dataSource" destination="BYZ-38-t0r" id="cMH-s4-fuO"/>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
</viewController>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
||||
</objects>
|
||||
<point key="canvasLocation" x="1581" y="335"/>
|
||||
<point key="canvasLocation" x="1580.625" y="335"/>
|
||||
</scene>
|
||||
<!--View Controller-->
|
||||
<scene sceneID="A2M-gW-mbZ">
|
||||
|
|
@ -59,12 +59,12 @@
|
|||
<rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<webView contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xpy-Lu-m7d">
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
||||
<webView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xpy-Lu-m7d">
|
||||
<rect key="frame" x="-4" y="64" width="328" height="416"/>
|
||||
<color key="backgroundColor" red="0.28958413004875183" green="0.31462949514389038" blue="0.32950475811958313" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
</webView>
|
||||
<view contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="kKa-8H-SO0">
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="20"/>
|
||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kKa-8H-SO0">
|
||||
<rect key="frame" x="-4" y="64" width="328" height="20"/>
|
||||
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="20" id="uQO-Wl-Us3"/>
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@
|
|||
<div id="footer">
|
||||
<h2>Developed by</h2>
|
||||
<img src="keyman.svg" alt="" />
|
||||
<p>Tavultesoft</p>
|
||||
<p>SIL International</p>
|
||||
<p><a href="http://www.keyman.com">www.keyman.com</a></p>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue