MCNotificationManager 在您的应用程序中显示您自己的横幅,例如通知中心
MC通知管理器在您的应用程序中显示您自己的横幅,例如通知中心。 ##截屏安装将以下内容添加到您的Podfile pod 'MCNotificationManager'或克隆为git子模块,或者只是将MCNotificationManager文件夹中的文件复制到您的项目中。使用MCNotificationManager首先,像这样设置你的通知: MCNotification *notification = [MCNotification notification]; notification.image = [UIImage imageNamed:@"IconChat"]; notification.text = @"Tom"; notification.detailText = @"How are things going? :)"; notificat
下载地址
用户评论