uiwindow
Subclassing UIWindow - Need Preprocessor Help
Yes, I know subclassing UIWindow is frowned upon, but my subclassed UIWindow is for debugging purposes only (it takes ascreenshot of the current-page once a specific motion event is detected).[详细]
2023-03-21 23:10 分类:问答Creating a "settings" option
I want to have a settings toggle on my app\'s first screen. On my main view (the first one that shows when the app loads) I have a table. Each cell loads a different view.[详细]
2023-03-20 15:23 分类:问答iPhone - UIWindow rotating depending on current orientation?
I am adding an additional UIWindow to my app. My main window rotates correctly, but this additional window I have added does not rot开发者_如何学JAVAate.[详细]
2023-03-20 14:43 分类:问答Connect one view to another in seperate NIBs using Interface Builder
I have a custom UIWindow class that has an IBOutlet @interface MyWindow IBOutlet UIView * someView; id <MyWindowDelegate> delegate;[详细]
2023-03-20 10:29 分类:问答Losing rotation support after programmatically adding UITabBarController to UIWindow
My application starts off with nothing but a UIWindow. I programmatically add a view controller to self.window in application:didFinishLaunchingWithOptions:.[详细]
2023-03-19 22:09 分类:问答touch events on UIimageView which is on UIwindow
I m using UIimageview on top of UIWindow. I want to handle touch event f开发者_开发问答or that Imageview, but m not able to do it.[详细]
2023-03-19 12:39 分类:问答Creating an "App wide constant" [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-19 08:14 分类:问答How to change orientation of main windows and other views navigated by window dynamically?
I have a code in which all UI items created by dynamically. I have a navigation controller which connect to other view to main window. In this I have a problem that when I write a code for orientation[详细]
2023-03-19 08:12 分类:问答How Can I set UIWebview or UIWindow in Landscape Mode in Global function?
I cannot use viewcontroller because viewcontroller crushed to unity(Game engine\'s name)\'s application somehow. I needed to make my objective-c view in landscape to match unity\'s display.[详细]
2023-03-18 00:43 分类:问答Handling NSNotificationCenter notification is causing bad_access
I am subclassing the UIWindow of my app then when there is no activity from user I raise a notification using NSNotificationCenter.I am using[详细]
2023-03-17 03:28 分类:问答