-
In the Kitchen Sink demo, the web browser crashes the application. The crash occurs when generating the peer image.
I have narrowed it down to this line:
```
await ((WebView)element).CapturePrevi…
-
I believe that most people will use **AutoCompleteTextField** as an autocomplete for emails, so instead of having them copy and paste that huge **domainNames** array, we could have something like that…
-
I have a table view where each row contains an AutoCompleteTextField. The table view does not show up. I have a feeling it is showing up under the parent table view. Has anybody else run into this?
-
I am having a problem where the AutoCompleteTextField table is covered up by other cells in my UITableView.
I am dynamically building the field in my cellForRowAtIndexPath method.
```
- (UITableVi…
-
-
AutoCompleteTextField won't autocomplete if a string has it's initial character Capital.
Array tested:
`["São Paulo", "Salvador", "Macapa", "Salvador do Sul"]`
Tried to use `ignoreCase = true`, but it…
-
`myTextField.autoCompleteTextFieldDataSource = self` didn't work for me. I had to set `myTextField.dataSource = self` to make it work.
-
I'd be cool to add [Swiftlint](https://github.com/realm/SwiftLint) and it's very easy to install.
I already fixed all the _Swiftlint_ warnings for `AutoCompleteTextField`, so It's all about installing…
-
I implement simple datasource for autocomplete list and show suggestions, but when i try to select one of the suggestion it do nothing.
I also try to implement some delegate methods like:
```
- (voi…
-
Hello!
1. subclass autocompletetextfield in uiview class
2. use no nib, just instantiate and use from the frame
3. voila table unresponsive and cant select values; although can type and return result
…
mn288 updated
8 years ago