cocoa - Is there something similar to JOptionPane in Objective-C? -


i'm trying create simple game in objective-c. in java use joptionpane.showmessagedialog create simple window message or joptionpane.showinputdialog create simple input window... there's similar in objective-c? (or cocoa, or whatever use...)

i'm not familiar joptionpane, can use uialertview both of things. default, displays message either 1 or 2 buttons. of ios 5, has style properties give uitextfield, make simple input prompt.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -