ios应用程序的通知

时间:2013-07-09 15:11:11

标签: ios cocoa-touch

我是一名新手开发者,不要判断。

我的问题是这些通知的框架是自己制作还是制作? 你可以链接到他们吗?

enter image description here

3 个答案:

答案 0 :(得分:2)

不太确定“通知”是什么意思。

如果您的意思是上面显示的UI,可以在这里尝试YRDropdownView框架: https://github.com/onemightyroar/YRDropdownView

如果您的意思是处理在整个应用中共享的通知,请使用NSNotificationCenter: https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSNotificationCenter_Class/Reference/Reference.html

答案 1 :(得分:0)

您可以考虑查看我的图书馆ALAlertBanner。它允许您显示与截图中的横幅类似的横幅,并且它非常易于使用。

答案 2 :(得分:-1)

有推送通知,然后是本地通知。我建议你先看看Apple的文档。

http://developer.apple.com/library/ios/#DOCUMENTATION/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction.html