Skip to content

Commit d0145db

Browse files
committed
Added App Icon. Some UI improvements.
1 parent b82ca00 commit d0145db

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

UDPClient/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@
2121
"scale" : "3x"
2222
},
2323
{
24-
"idiom" : "iphone",
2524
"size" : "60x60",
25+
"idiom" : "iphone",
26+
"filename" : "UDPClient_iPhone_Icon@2x.png",
2627
"scale" : "2x"
2728
},
2829
{
29-
"idiom" : "iphone",
3030
"size" : "60x60",
31+
"idiom" : "iphone",
32+
"filename" : "UDPClient_iPhone_Icon@3x.png",
3133
"scale" : "3x"
3234
}
3335
],
Loading
Loading

UDPClient/Base.lproj/Main.storyboard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Local Port" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="e4M-GT-sfO">
3030
<rect key="frame" x="0.0" y="39" width="560" height="30"/>
3131
<fontDescription key="fontDescription" type="system" pointSize="14"/>
32-
<textInputTraits key="textInputTraits"/>
32+
<textInputTraits key="textInputTraits" keyboardType="numberPad"/>
3333
</textField>
3434
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="9900" borderStyle="roundedRect" placeholder="Remote Port" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Qgi-8a-2Om">
3535
<rect key="frame" x="0.0" y="78" width="560" height="30"/>
3636
<fontDescription key="fontDescription" type="system" pointSize="14"/>
37-
<textInputTraits key="textInputTraits"/>
37+
<textInputTraits key="textInputTraits" keyboardType="numberPad"/>
3838
</textField>
3939
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="Hello world!" borderStyle="roundedRect" placeholder="Message" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Jsq-7c-mRi">
4040
<rect key="frame" x="0.0" y="117" width="560" height="30"/>

0 commit comments

Comments
 (0)