こういう言い方であってるのかわかんないけど
とりあえず
NSUserNotification *notify = [[NSUserNotification alloc] init];
[notify setTitle:@"タイトル"];
[notify setInformativeText:@"内容"];
[[NSUserNotificationCenter defaultUserNotificationCenter] deliverNotification:notify];
こんな感じ?
Go to list of users who liked
More than 5 years have passed since last update.
こういう言い方であってるのかわかんないけど
とりあえず
NSUserNotification *notify = [[NSUserNotification alloc] init];
[notify setTitle:@"タイトル"];
[notify setInformativeText:@"内容"];
[[NSUserNotificationCenter defaultUserNotificationCenter] deliverNotification:notify];
こんな感じ?
Register as a new user and use Qiita more conveniently
Go to list of users who liked