Artemix
Artemix

Reputation: 8655

Adding a custom pop-up in Cocoa Touch

Im trying to add a custom pop-up, I dont want to use the Alertview class, I want to make a personalized pop-up, with only two buttons, ok and cancel, and to capture those events to use them later.

Im new to objective-c, what is the best approach to do this? (a working example would be better than nice)

Thx.-

Upvotes: 0

Views: 2112

Answers (1)

WrightsCS
WrightsCS

Reputation: 50707

Here are a few examples with projects:

CustomAlert

Another SO Question

Upvotes: 1

Related Questions