core data - ios/xcode/coredata: How to mimic ajax call in objective c -
for tag system, when entering new item, i'd user start typing letter or 2 , see possible tags...similar how tags work on website i.e. ajax.
is there way on ios?
basically add item screen has empty text fields put name etc.
i'd have additional empty field enter letters see possible tags appear below , can select 1 tag item.
the tags served entity or table there have call core data supply them based on letters typed.
do have implement full blown tableview this? or there way make possible tags show below textfield box.
thanks suggestions.
you try third party development in order make want. in recent project have used one:
Comments
Post a Comment