objective c - NSAlert on top of action sheet shows "Do not show this message again" -


i have action sheet on top of application main window, , prompt nsalert.

the nsalert contains suppression checkbox , layout ("do not show message again") did not add manually, , i'd remove nsalert.

how can so?

from docs: [nsalert setshowssuppressionbutton:]


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -