开发者

Adding a custom pop-up in Cocoa Touch

开发者 https://www.devze.com 2023-01-30 19:37 出处:网络
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

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


Here are a few examples with projects:

CustomAlert

Another SO Question

0

精彩评论

暂无评论...
验证码 换一张
取 消