0

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.-

Matthew Frederick
  • 22,245
  • 10
  • 71
  • 97
Artemix
  • 8,497
  • 14
  • 48
  • 75

1 Answers1

1

Here are a few examples with projects:

CustomAlert

Another SO Question

Community
  • 1
  • 1
WrightsCS
  • 50,551
  • 22
  • 134
  • 186