xcode - pop-up message on macos programing -


like using uialertview on ios. there should similar solution creating pop-up message on mac os. tried search couldnot useful. can buddy lend hand. lot.

the class you're looking nsalert. information on class can found in class reference here. , here example of usage:

nsalert *alert = [[nsalert alloc] init];  [alert setmessagetext:@"some awesome message text"]; [alert addbuttonwithtitle:@"ok"]; [alert runmodal]; 

Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -