Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Version incremented
Browse files Browse the repository at this point in the history
  • Loading branch information
scoreyou committed Mar 30, 2018
1 parent eeeac04 commit 63d748a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.1

- **Fixed**: BasePassCodeViewController doesn't draw last dot filled

## 0.2.0
- **Updated**: LeadKit to `0.7.x` version
- **Removed**: `CellField*` and `FormField*` protocols and classes.
Expand Down
2 changes: 1 addition & 1 deletion LeadKitAdditions.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LeadKitAdditions"
s.version = "0.2.0"
s.version = "0.2.1"
s.summary = "iOS framework with a bunch of tools for rapid development"
s.homepage = "https://github.com/TouchInstinct/LeadKitAdditions"
s.license = "Apache License, Version 2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ open class BasePassCodeViewController: UIViewController, ConfigurableController
self?.setStates(for: text ?? "")
self?.hideError()
})
.delay(0.1)
.delay(0.1) // time to draw dots
.drive(onNext: { [weak self] text in
self?.viewModel.setPassCodeText(text)
})
Expand Down

0 comments on commit 63d748a

Please sign in to comment.