Skip to content

Commit

Permalink
End of Getting input chapter - fixed button name
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph committed Apr 16, 2018
1 parent 506788c commit ed8a87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Randomizly/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xkH-DR-YWk">
<rect key="frame" x="164" y="318" width="46" height="30"/>
<state key="normal" title="Button"/>
<rect key="frame" x="166" y="318" width="43" height="30"/>
<state key="normal" title="Guess"/>
</button>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="DEF-Za-xcl">
<rect key="frame" x="139" y="280" width="97" height="30"/>
Expand Down

0 comments on commit ed8a87b

Please sign in to comment.