jjzjj

toastWindow

全部标签

ios - 自定义 UIWindows 在 iOS 8 中不能正确旋转

让您的应用程序进入横向模式并执行以下代码:UIWindow*toastWindow=[[UIWindowalloc]initWithFrame:[[UIScreenmainScreen]bounds]];toastWindow.hidden=NO;toastWindow.backgroundColor=[[UIColorcyanColor]colorWithAlphaComponent:0.5f];dispatch_after(dispatch_time(DISPATCH_TIME_NOW,(int64_t)(5*NSEC_PER_SEC)),dispatch_get_main_que

ios - 自定义 UIWindows 在 iOS 8 中不能正确旋转

让您的应用程序进入横向模式并执行以下代码:UIWindow*toastWindow=[[UIWindowalloc]initWithFrame:[[UIScreenmainScreen]bounds]];toastWindow.hidden=NO;toastWindow.backgroundColor=[[UIColorcyanColor]colorWithAlphaComponent:0.5f];dispatch_after(dispatch_time(DISPATCH_TIME_NOW,(int64_t)(5*NSEC_PER_SEC)),dispatch_get_main_que