Let me preface this by saying that I'm a totally noob when it comes to iOS development and have decided to learn by just diving straight in
I've started my app by using the Master-Detail view application template, and have a UIWebView in the DetailView.
I'm looking to display a popover at any arbitrary location in response to an event like this, however I'm having trouble doing this. Everything I google either attaches the popup to a button, or does not use storyboards.
I would love some guidance on how I can approach this