Xcode Cocoa program MessageBox Bullet Box

Source: Internet
Author: User

Believe that many windows programmers are accustomed to the MessageBox box prompt, in MacOS, there are similar messagebox such as the box prompt method

The first of these methods

    Other kinds of frame types    Nsalert *alert = [[Nsalert alloc] init];    [Alert addbuttonwithtitle:@ "OK"];    [Alert addbuttonwithtitle:@ "Cancel"];    [Alert setmessagetext:@ "Test?"];    [Alert setinformativetext:@ "Deleted records cannot be restored."];    [Alert Setalertstyle:nswarningalertstyle];    [Alert sethelpanchor:@ "ddd"];    [Alert setinformativetext:@ "Asdfa"];    [Alert setmessagetext:strmsg];     /* [alert Beginsheetmodalforwindow:_window     modaldelegate:self     didendselector: @selector ( AlertDidEnd:returnCode:contextInfo:)     Contextinfo:nil];       */      [alert RunModal];

The second method of

    Cfoptionflags  result;    NSString *strmsg = [NSString stringwithformat:@ "%i", 234];    cfstringref* Msg_ref;        Cfusernotificationdisplayalert (0,                                   Kcfusernotificationnodefaultbuttonflag,                                   null, NULL, NULL,                                   cfstr (" Title "),                                   cfstr (" Message "), NULL, NULL,                                   null, &result);


Xcode Cocoa program MessageBox Bullet Box

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.