Hello friends.
I am building an application with coredata. Its nearly finished but i have a problem.
I want to put a search section on my application. I did it now and it is working, but there is something weird and i could not solve.
When clicked on the search button, i am preparing my Predicates and search my database, and show the data on tableview.
There are about 18000 entries on my database and when searching some words, the application is getting locked for a while, after the proccess end application shows my tableview as i want.
I want to put an activity indicator or something like that while this long progress is being done but i cant, because the application is being locked in that time.
What can i do in this case? I could not find any solution.
Thanks for your helps.
Regards.