Skip to content

Commit

Permalink
initWithFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
codwam committed May 13, 2017
1 parent 893c5e9 commit 974be4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LHDropDownTextField.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'LHDropDownTextField'
s.version = '0.3.0'
s.version = '0.3.1'
s.summary = '为 UITextField 增加 picker 功能。'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion LHDropDownTextField/Classes/LHDropDownTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ open class LHDropDownTextField: UITextField {

// MARK: - Init

override init(frame: CGRect) {
override public init(frame: CGRect) {
super.init(frame: frame)

commonInit()
Expand Down

0 comments on commit 974be4a

Please sign in to comment.