Overview
Comment: | [iOS] Disable correction & spell checking for name |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
207fdf76c7c79597929cb54ca5fed94c |
User & Date: | js on 2016-10-09 16:42:21 |
Other Links: | manifest | tags |
Context
2016-10-09
| ||
16:47 | [iOS] Deselect site after tapping it check-in: 79e884ff01 user: js tags: trunk | |
16:42 | [iOS] Disable correction & spell checking for name check-in: 207fdf76c7 user: js tags: trunk | |
16:39 | [iOS] Go back after generation check-in: e4f6874a3c user: js tags: trunk | |
Changes
Modified iOS/Base.lproj/Main.storyboard from [20e260d9fa] to [f260f1b692].
︙ | |||
101 102 103 104 105 106 107 | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | - + | <fontDescription key="fontDescription" type="system" pointSize="17"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="apple.com" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="AXY-MA-LhE"> <nil key="textColor"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> |
︙ | |||
131 132 133 134 135 136 137 | 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | - + | <fontDescription key="fontDescription" type="system" pointSize="17"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="16" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="KQA-JL-1zl"> <nil key="textColor"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> |
︙ | |||
329 330 331 332 333 334 335 | 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 | - + | <fontDescription key="fontDescription" type="system" pointSize="17"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" highlighted="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="DJv-Ey-Hka"> <nil key="textColor"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> |
︙ |