Reputation: 338
Are there any tutorials on UIPopoverController or creating UIPopovers without using interface builder?
I want to learn what is happening first before I use IB. All of the tutorials I have seen have been with interface builder.
Upvotes: 1
Views: 199
Reputation: 52
I learned very fast with the sample code "Popover" at the Xcode library. It shows with very simple coding how set up a popover and present it.
Upvotes: 2