Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Gallet committed Mar 31, 2021
2 parents 8c1ffe8 + 2eed99a commit 9cac3db
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ADFormController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ADFormController'
spec.version = '6.0.4'
spec.version = '6.0.5'
spec.authors = 'Applidium'
spec.license = 'none'
spec.homepage = 'http://applidium.com'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
`ADFormController` adheres to [Semantic Versioning](http://semver.org/).

## [6.0.5]

### Fix
- Fix input view resetting in FormTextFieldTableViewCell

## [6.0.4]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class FormTextFieldTableViewCell : FormBaseTableViewCell, UITextFieldDelegate, F
private var cellType: FormTextCellType = .email {
didSet {
textField.isSecureTextEntry = false
textField.inputView = nil
switch self.cellType {
case .email:
textField.keyboardType = .emailAddress
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- ADFormController (6.0.4):
- ADFormController (6.0.5):
- ADKeyboardManager (~> 6.0)
- ADKeyboardManager (6.0.0)
- ADUtils (10.5.0):
Expand Down Expand Up @@ -57,7 +57,7 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
ADFormController: 14c3bfc1f1981a3d6936afaac51a01a2090baeb5
ADFormController: 94683926ca258f47805cee9a0f29a8f95a919f0a
ADKeyboardManager: a9dce48b8d2306c1fca5deb46d04fa8472516fe2
ADUtils: 67372e355673bbc53f6843423dc78ebf3771f8ec
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
Expand Down

0 comments on commit 9cac3db

Please sign in to comment.