Skip to content

Commit

Permalink
Merge pull request #21 from samus/master
Browse files Browse the repository at this point in the history
Small changes
  • Loading branch information
Neil Francis Ramirez Hipona committed Jul 4, 2017
2 parents c441f38 + e30cf0a commit ff184c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions AutoCompleteTextField.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'AutoCompleteTextField' => ['Pod/Assets/**/*.{png,jpeg,jpg}']
}
s.resources = "Pod/Assets/*.xcassets"

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
Expand Down
1 change: 1 addition & 0 deletions Pod/Classes/AutoCompleteTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ open class AutoCompleteTextField: UITextField {

autoCompleteLbl.text = ""
text = originalInputString + autocompleteString
sendActions(for: .valueChanged)
}

// MARK: - Internal Controls
Expand Down

0 comments on commit ff184c2

Please sign in to comment.