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

示例代码:
[MKInfoPanel showPanelInView:self.view
type:MKInfoPanelTypeError
title:@"Network Failure!"
subtitle:@"Check your internet connection and try again later!"
hideAfter:2];
MKInfoPanel 官网
https://github.com/MugunthKumar/MKInfoPanelDemo