This repository was archived by the owner on Feb 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
WordPressAuthenticator/UI Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "WordPressAuthenticator"
3- s . version = "1.1.5 "
3+ s . version = "1.1.6 "
44 s . summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55
66 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ open class SearchTableViewCell: UITableViewCell {
1919
2020 /// Search 'UITextField's reference!
2121 ///
22- @IBOutlet private var textField : LoginTextField !
22+ @IBOutlet public var textField : LoginTextField !
2323
2424 /// UITextField's listener
2525 ///
@@ -44,6 +44,7 @@ open class SearchTableViewCell: UITableViewCell {
4444 override open func awakeFromNib( ) {
4545 super. awakeFromNib ( )
4646 textField. delegate = self
47+ textField. returnKeyType = . search
4748 textField. contentInsets = Constants . textInsetsWithIcon
4849 textField. accessibilityIdentifier = " Search field "
4950 textField. leftViewImage = textField? . leftViewImage? . imageWithTintColor ( Constants . leftImageTintColor)
You can’t perform that action at this time.
0 commit comments