MLPAutoCompleteTextField
MLPAutoCompleteTextField copied to clipboard
UITextfield subclass with autocomplete menu. For iOS.
From the readme, I implemented `autoCompleteTextField` method, but I still get the following error message. **\* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'An autocomplete datasource must implement either...
 As you can see the suggestions drop-down is showing behind message view (shown by the red arrow). Can...
Set the attachmentView property is the containerview(sample:superview, superview[.superview...].superview, UIScorllView, UITableView, UICollectionView, etc.). The pop menu should be show at front and fix MLPAutoCompleteTextField at UITableViewCell bug. 这个合并请求是添加一个attachmentView属性,只要设置attachmentView为MLPAutoCompleteTextField容器view(可以是textfield的superview或者UIScrollView,UITableView,UICollectionView等),就可以修复在UITableViewCell使用MLPAutoCompleteTextField的bug。
I've found that the didSelectAutoComplete method requires a several sec press in to trigger. Is there any Delegate methods to adjust the length of the press? Or is this adjusted...
大家好, 我有多个textfield,类似tableView的cell,每个cell上面都有一个textfield,点击第一个,然后下拉列表被遮挡了,怎么办
Dear Eddy Borja Asynchronous managing of a drop down table of autocomplete suggestions crashes in Swift3.x NSAssert(0, @"An autocomplete datasource must implement either autoCompleteTextField:possibleCompletionsForString: or autoCompleteTextField:possibleCompletionsForString:completionHandler:"); But same works perfectly...
I'm using MLPAutoComplete TextFields in my project, in several textfields in dynamic table cells. It works perfectly when the cell's row is large enough to fit the entire AutoCompleteTableView (scrollable...
I have code without interface builder and i want include MLPAutoCompleteTextField to my code. Can you help me?
delegate should be weak.