MKInfoPanel -


zlib
iOS
Objective-C

软件简介

MKInfoPanel 是 iOS 上一个非模态的消息提示面板实现。

示例代码:

[MKInfoPanel showPanelInView:self.view
                        type:MKInfoPanelTypeError
                       title:@"Network Failure!"
                    subtitle:@"Check your internet connection and try again later!"
                   hideAfter:2];