Top "Uiwindow" questions

The UIWindow class defines objects (known as windows ) that manage and coordinate the windows an application displays on the screen.

Detect android webview

I have an html-javascript page, and I need to detect whenever it open on web view (Like inside facebook webview, …

javascript android html webview uiwindow
Putting a UIView or UIWindow above Statusbar

My goal is to draw an invisible button above the status bar on the top of my iPhone app (dimension 320*20 …

iphone uiview keyboard statusbar uiwindow
UIWindow with wrong size when using landscape orientation

I have an empty application and there is no storyboard or xib involved. I want to have a hidden status …

ios objective-c iphone landscape uiwindow
Advantages, problems, examples of adding another UIWindow to an iOS app?

Recently I've been wondering about the fact that that an iOS app only has one UIWindow. It does not seem …

objective-c cocoa-touch uikit uiwindow
AppDelegate UIWindow addSubView in different viewController

I am trying to add a UILabel in UIWindow of AppDelegate from a UIViewController. This is how I am doing …

iphone ios uiwindow
Changing the rootViewController of a UIWindow

When my app first loads, I set the rootViewController property of my UIWindow to controllerA. Sometime during my app, I …

ios uiviewcontroller uiwindow rootview
How to disable long touch in UIWebView?

I want to disable long-touch from the application. I have no control on the HTML that I am loading on …

uiwebview uiwindow uiwebviewdelegate
Using UIScreen to drive a VGA display - doesn't seem to show the UIWindow?

HI there, I'm trying to use UIScreen to drive a separate screen with the VGA dongle on my iPad. Here's …

iphone ipad iphone-sdk-3.2 uiwindow vga
Custom UIWindows do not rotate correctly in iOS 8

Get your application into landscape mode and execute the following code: UIWindow *toastWindow = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; toastWindow.…

ios objective-c ios8 uiwindow
Automatically Sizing UIView after Adding to Window

Note: This may be a duplicate of Subview Doesnt AutoSize When Added to Root View Controller I have an iPad …

iphone uiview ipad uiwindow