uiwindow
removing window from modalviewcontroller
I launch a modal view controller and in its init I have the following code: window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];[详细]
2023-04-12 03:26 分类:问答iPhone - launching an UIImagePickerController from a UIWindow
How may I launch a UIImagePickerController from the main UIWindow (no view defined) from - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions, o[详细]
2023-04-10 00:50 分类:问答UIWindows class subviews method missing
Im just going through a video tutorial on swaping views. see code below please: NSArray *subs = [window subviews];[详细]
2023-04-07 00:32 分类:问答iOS: Can a library in Objective C produce a pop up window and manage an interaction?
I want to 开发者_StackOverflow中文版make a class in a library that will, upon request, do a complicated interaction with the user. The app that initializes the library will not provide any info like i[详细]
2023-04-01 21:29 分类:问答iPad: add fullscreen-image during applicationDidFinishLaunching depending on orientation
I\'d like to make a \"splash screen\" while starting the iPad app: the Default-[Landscape|Portrait]~ipad.png is shown while starting, afterwards I\'d like to add the same image by myself and let it fa[详细]
2023-03-30 04:20 分类:问答UIWindow stops receiving touches after removing a subview from it
I\'m using a subclass of UIWindow to handle touch event in all views of the app. I\'m trying to implement a drag and drop mechanism.[详细]
2023-03-29 08:57 分类:问答After changing AppDelegate to Objective-C++, can't addSubview to UIWindow anymore
开发者_运维百科After adding OpenFeintX, I had to change my AppDelegate to (.mm). Not sure f this is absolutely the reason of the issue but it seems like the only thing that changed.[详细]
2023-03-28 09:50 分类:问答UIInterfaceOrientation rotation in subview not working
In my App I use a UITabbarController, which rotates perfectly to all UIInterfaceOrientations in all viewcontrollers. But when I add an UIView to the UIWindow afterwards it will not be added in the cur[详细]
2023-03-25 11:05 分类:问答Controls look good on iPhone 4 but look bad on iPhone 3GS, why?
In my app, I have a view that pops above the current view to help the user if it\'s needed. The problem is this: On iPhone 4, the close button of that view looks good while on iPhone 3GS it has a smal[详细]
2023-03-24 00:33 分类:问答Problem adding a new Window from Library in Interface Builder
I am trying to add a UIWindow through interface builder. Whenever i drag a window from the library, its default size is 320x480[详细]
2023-03-22 04:59 分类:问答