Laymen approach to autosuggest Core Data entries in a UITextField
This uses a set of 80k+ last names and auto suggests them while typing searching
- a
NSArray
(ON) - Objects in Core Data (OFF)
depending on the UISwitch
being ON or OFF.
- Tap Generate
- Wait until it's done
UISwitch
ON means search in memory, OFF means search Core Data- Try searching
You probably don't want to really use this!