NetNewsWire/iOS/Settings
Aaron Raimist 256b805684
Set email text field content type to username so iOS offers to autofill passwords
This is what Apple says to do for email fields. https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_a_text_input_view

> For example, if your site uses email addresses as user names, set the input view’s textContentType property to .username, and set the keyboardType property to .UIKeyboardType.emailAddress.
2019-05-25 16:04:48 -05:00
..
AboutViewController.swift Update settings to begin to support multiple accounts 2019-05-16 15:48:55 -05:00
AddAccountViewController.swift Use modal presentation for add account view controllers 2019-05-24 10:07:17 -05:00
AddLocalAccountViewController.swift Use modal presentation for add account view controllers 2019-05-24 10:07:17 -05:00
DetailAccountViewController.swift Use default account name as placeholder text 2019-05-22 19:42:06 -05:00
FeedbinAccountViewController.swift Use modal presentation for add account view controllers 2019-05-24 10:07:17 -05:00
RefreshIntervalViewController.swift Made number of lines in timeline configurable. 2019-04-29 15:29:00 -05:00
Settings.storyboard Set email text field content type to username so iOS offers to autofill passwords 2019-05-25 16:04:48 -05:00
SettingsTableViewCell.xib Update settings to begin to support multiple accounts 2019-05-16 15:48:55 -05:00
SettingsViewController.swift Remove App Camp for Girls donation link. 2019-05-25 14:52:31 -05:00
TimelineNumberOfLinesViewController.swift Made number of lines in timeline configurable. 2019-04-29 15:29:00 -05:00