SearchTextField icon indicating copy to clipboard operation
SearchTextField copied to clipboard

UITextField subclass with autocompletion suggestions list

Results 103 SearchTextField issues
Sort by recently updated
recently updated
newest added

I have implemented this module and works everything except the tableView didSelectItemat it never gets called ! Can someone please let me know the solution Thank you in advance!

Fixes #190 Adds an option to disable autofill when the return key is pressed

When the placeholder for the textfield is set to an empty string (textField.placeholder = ""). In the buildPlaceholderLabel() method, using attribute(.foregroundColor, at: 0, effectiveRange: nil) for an empty string will...

Times New Roman is used as the font for the subtitle, rather than the default San Francisco font. The font used for the main title is a sans-serif font, although...

added Objective C compatibility

When text is very long. How can we show the full text ? Right now, it's ending with ... (triple dot) For ex- The real text is **Coimbatore Chinna Swami...

I am using this cocoapod for iOS swift 3 i.e v(1.0.2). I have used this pod for my project and it works well when I use it in my self...

Add ability to apply custom attributes to title and subtitle and to specify search ranges for them