Forgive me for not being able to figure this out on my own. I picked up iOS at Swift, and didn't learn much of objective-c.
I'm attempting to build in a uisearchbar
that filters through a grouped table view composed of multiple arrays for it's sections. Essentially, I need to filter through an NSMutableArray
built of other arrays in order to get my search results (normal array couldn't compile in 'reasonable time'). I took a look at this tutorial and it's getting at what I need, but unfortunately, I'm not the best when it comes to translating Obj-c over to swift, in this case. Any help (translation) or direction to other tutorials that will help me do this is greatly appreciated. I've been searching and searching, and tinkering all night -- but I've caved, I need some help.
Edit: still not answered