IOS状态栏自定义提示后消失 - 简书
2016年1月12日 - /// DGCustomStatusBar.h// 状态栏提示之后消失/// Created by naton...#import@interface DGCustomStatusBar : UIWindow @property (nonatomic...
StatusBar,状态栏 ,UIWindow – 幽洒的云
系统弹出来的对话框的Window Level最高,是UIWindowLevelAlert。 创建一个UIWindow对象,将它的windowLevel设大于等于UIWindowLevelStatusBar,然后将覆盖在状态栏上。 缺点...