I was wondering if anyone has figured out how to work with popovers in an iphone but not using storyboards?
This was the closest one I was able to find, but the second answer which was the closest one, works with a navigation controller, and in my case my filterVC is not initialized with storyboard. Does anyone know of any other method to create a popover in iphone using xib? Currently I keep getting a nil error here:
popoverPresentationViewController!.sourceView = self.view;
ty!