i juzz want to know that how we can add new window or view on the click of an alertview button in ip开发者_开发知识库hone?
I'm not sure you can do that from an AlertView since alertviews are meant only to display a specific alert not to take an action. I guess you better off using an ActionViews which is recommended by Apple if you want to perform a certain action from a model view in iphone. Regards,
精彩评论