Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
ee8e8bdd
Commit
ee8e8bdd
authored
Sep 23, 2015
by
Pierre SAGASPE
Committed by
Tarax
Sep 23, 2015
Browse files
network login: set portField with numbers and punctuation keyboard type
parent
d049f0ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCNetworkLoginViewController.m
View file @
ee8e8bdd
...
...
@@ -47,6 +47,7 @@
self
.
portField
.
delegate
=
self
;
self
.
portField
.
returnKeyType
=
UIReturnKeyNext
;
self
.
portField
.
clearButtonMode
=
UITextFieldViewModeWhileEditing
;
self
.
portField
.
keyboardType
=
UIKeyboardTypeNumbersAndPunctuation
;
self
.
usernameField
.
delegate
=
self
;
self
.
usernameField
.
returnKeyType
=
UIReturnKeyNext
;
self
.
usernameField
.
clearButtonMode
=
UITextFieldViewModeWhileEditing
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment