I'm trying to create a UIPopOverController for a swift app i'm working on,
previously in obj-c we can get around with having a category like so UIPopoverController for iPhone by implementing category
how do i perform something similar in swift?
appreciate your help.
=====
In the end I just gave up, didnt see the point in spending too much time on trying to create extensions and cursing myself as to why its not working