XcodesOrg / XcodesApp

The easiest way to install and switch between multiple versions of Xcode - with a mouse click.
MIT License
6.75k stars 294 forks source link

Add PinCodeTextField autocomplete support #398

Closed Kyle-Ye closed 9 months ago

Kyle-Ye commented 1 year ago

Motivation

After entering last character, we need manually click the continue button.

We should follow how Apple is doing for their 2FA Service.

Result

After entering last character, trigger the continue button automatically.

Test

Run the Preview on PinCodeTextView.swift with Xcode 14.3

When entering last character check the "Previews log" console in Xcode.

MattKiazyk commented 9 months ago

🍻 @Kyle-Ye (sorry for the embarrassingly long merge time)