uiwindow
Shake Gesture detection in UIWindow subclass takes over default text undo manager
What I want is having my iPhone app aware of shaking gesture all the time except when an开发者_如何学Pythony UITextfield or UITextview become firstResponder.[详细]
2023-01-11 05:08 分类:问答iphone keyboard touch events
I need to be able to detect touch events on the keyboard.I have an app which shows a screen which occurs after a certain period of inactivity (i.e. no touch events)To solve this issue, I have subclass[详细]
2023-01-10 18:59 分类:问答Only direct subviews of the MainWindow view gets orientation set by iOS?
Whenever my app is rotated, only the viewController of which I\'ve added his view as a subview to the mainwindow gets his interfaceOrientation property updated, the rest remains ignorant of the fact t[详细]
2023-01-09 03:32 分类:问答custom UIWindow orientation
I needed to see touch events on my window, so I subclassed UIWindow to make my a MYWindow class.I am overriding the sentEvent function to receive the touch events on the window and all of that is work[详细]
2023-01-09 00:36 分类:问答iAds with tab bar applications
I\'ve been able to incorporate all of Apple\'s code, delegation, etc related to iAds, in simple view based applications.[详细]
2023-01-08 04:51 分类:问答Convert a UIView origin point to its Window coordinate system
I want to get the origin of scrollView in the window coordinate system. For Example, presently, scollView origin开发者_Go百科 is (0,51). But in window coordinate system it should be 51 + 44(navigation[详细]
2023-01-06 04:45 分类:问答UIVIewController wrong position before rotate
I have the starter point of my application this window (white background): - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {[详细]
2023-01-03 09:33 分类:问答How to tell if UIViewController's view is visible
I have a tab bar application, with many views. Is there a way to know if a particular UIViewController is currently vi开发者_C百科sible from within the UIViewController?(looking for a property)The vie[详细]
2022-12-29 02:26 分类:问答Get name of current view residing in a UIWindow
Let\'s say I add a new view to my UIWindow [windowRoot addSubview:MyNewView.view]; Is it possible to retrieve the name of that view later on if[详细]
2022-12-27 12:56 分类:问答How can I pass a UIEvent to a UIScrollView
I am subclassing UIWindow and creating an implementation of sendEvent: as follows: - (void)sendEvent:(UIEvent *)event {[详细]
2022-12-27 09:33 分类:问答