Skip to content

Commit

Permalink
Example app textfield improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentneo committed Jan 13, 2019
1 parent a178bce commit 6c0fe45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/GPXKit/Base.lproj/Main.storyboard
Expand Up @@ -109,7 +109,7 @@
</view>
<navigationItem key="navigationItem" id="siK-Le-UZE">
<nil key="title"/>
<textField key="titleView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="https://raw.githubusercontent.com/gps-touring/sample-gpx/master/BrittanyJura/Courgenay_Ballon-DAlsace.gpx" borderStyle="roundedRect" placeholder="URL of a GPX file here" minimumFontSize="17" id="LR0-KI-hFh">
<textField key="titleView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="https://raw.githubusercontent.com/gps-touring/sample-gpx/master/BrittanyJura/Courgenay_Ballon-DAlsace.gpx" borderStyle="roundedRect" placeholder="URL of a GPX file here" minimumFontSize="17" clearButtonMode="whileEditing" id="LR0-KI-hFh">
<rect key="frame" x="50" y="7" width="260" height="30"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
<nil key="textColor"/>
Expand Down
3 changes: 2 additions & 1 deletion Example/GPXKit/ParseViewController.swift
Expand Up @@ -19,7 +19,8 @@ class ParseViewController: UIViewController, UITableViewDelegate, UITableViewDat

override func viewDidLoad() {
super.viewDidLoad()

inputTextField.autocorrectionType = .no

// Do any additional setup after loading the view.
}

Expand Down

0 comments on commit 6c0fe45

Please sign in to comment.