JasonBourne
JasonBourne

Reputation: 338

UIPopoverController without interface builder?

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

Answers (1)

user2046702
user2046702

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

Related Questions