Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 iphone 应用程序中,我正在实施UILocalNotification。我希望在警报框中显示三个按钮,在应用程序通过UIlocalNotification调用自动关闭后显示。提前致谢。
UILocalNotification
UIlocalNotification
您不能像在UIAlertView. 由于通知警报由操作系统控制,因此即使它们是相同的 UI 元素,您也无法对其进行自定义。
UIAlertView
元素?