ModernSearchBar
ModernSearchBar copied to clipboard
The famous iOS search bar with auto completion feature implemented.
There are many errors in Swift 4.2… Can you look at it? Thanks! Here are the errors: * `UITableViewCellSeparatorStyle` has been renamed to `UITableViewCell.SeparatorStyle` * `UITableViewCellSelectionStyle` has been renamed to...
Inclues #29
Crash
Well i have tried using your great library, but unfortunately it's crash. i found out you calling this method private func updateSizeSuggestionsView(){ var frame: CGRect = self.suggestionsView.frame // suggestionView is...
I have tried using this library - runs great on the emulator. Tried pushing it to the phone and I get this: Thread 1: Fatal error: Unexpectedly found nil while...
Add support for Swift 4.2
The swift 4.2 update was based on https://stackoverflow.com/questions/52466147/error-with-notification-names-while-converting-code-to-swift-4-2 and other Swift compiler recommendations. Please test one more time before merging.
##- OBS 1 * When compiling the application and generating the error below in the ModernSearchBar.swift file in the updateSizeSuggestionsView () method *updateSizeSuggestionsView()* ``` private func updateSizeSuggestionsView(){ var frame: CGRect...
I just want UI like ModernSearchbar . I have tried alot to customise my UISearchbar but I am not able to do so . Please help me its a bit...
I have a UISearchBar roughly in the middle of the page vertically. On clicking, it goes to the top of the screen. However, the SuggestionsListView of ModernSearchBar doesn't shift up...
Hi, how can I fix this bug? https://youtu.be/AUuMXAG7txU Thanks