This is my first application for iOS.
So I have a UIVIewController with a UITableView where I have integrated a UISearchBar and a
UIVIewController
UITableView
UISearchBar
My issue was that I was trying to present an alert from a view that wasn't on top. Make sure you present from the top-most viewController.