On Nov 17, 2015, at 15:59 , Scott Berry <[email protected]> wrote: > > I was wondering would it be wiser for me to put a notification or an art.
You mean “alert"? > This must be presented because otherwise this program could be dangerous > without the message. If it’s dangerous, you presumably would want the user to respond before proceeding. In that case, a modal alert with 2 buttons sounds like the right approach, and ‘applicationDidFinishLaunching’ (in the app delegate) is the easiest place to do it. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
