Skip to content

Releases: Fawxy/CBPinEntryView

Swift 5, Underline mode + programmatic changes

11 Jul 10:23
Compare
Choose a tag to compare

Ive merged the PR that allows underline modes and improved it a bit. You can also change the styles on the fly, and it's all updated for Swift 5.

Add alphanumeric support

22 Nov 13:43
Compare
Choose a tag to compare

Add support for any character, and allow restriction. Also allow text field capitalisation types.

One time code support

22 Nov 12:49
Compare
Choose a tag to compare

This release adds support for iOS one time codes, and allows setting a background colour on the currently editing field, similar to how you can set the border colour on the currently editing field.

I also fixed a bug where the error mode would clear to the editing border colour rather than the default border colour.

Clear entry!

26 Jul 12:24
Compare
Choose a tag to compare

Now you can clear the entry with a single function call! I also changed how errors work... toggling wasn't necessarily great. Also this should totally have been 1.6.0 as it has breaking changes... but what are you gonna do, sue me?...

Please don't sue me.

Add spacing as a property

14 Feb 17:14
Compare
Choose a tag to compare
1.5.3

Update podspec

Allow keyboard type selection

30 Jan 16:13
Compare
Choose a tag to compare

You can now select the keyboard type! Sorry I didn't think of this before!

Secure entry, become first responder and potential memory leak fix

30 Jan 15:58
Compare
Choose a tag to compare

I've added secure entry! Want a hidden pin code entry? Just enable isSecure and choose your secure entry character (or emoji etc!). Get the pin the same way as before.

Swift 4.0

18 Oct 11:05
Compare
Choose a tag to compare

Updated code and project settings for Swift 4.0 and Xcode 9

Change Delegate

03 May 14:41
Compare
Choose a tag to compare

At request, I've added a delegate that lets you know when the text field changes so you can auto submit should you wish.

Default border

02 May 18:29
Compare
Choose a tag to compare

If you don't want your cell border to be white or empty by default, set the entryDefaultBorderColour to whatever colour you want!