silvansky / AutoFillTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UITextField AutoFill bug demo

Storyboard setup

Each textfield is placed in its own UIViewController. These controllers are embedded in the main one via segues.

textContentType of fields is set to .username and .password.

Storyboard

Result

When I invoke AutoFill feature only first textfield is filled.

Screen 1 Screen 2 Screen 3

Simple layout

The second screen in example is simplified and works correctly.

Simplified layout

Screen 4 Screen 5

About


Languages

Language:Swift 100.0%