I have done some UI components before, supporting some drag and drop. I recently got an ipad, and the old components can’t be dragged away or moved on these handheld devices. Later, I thought of a
Tag: iPad
iPad – UiView subceclasses become pixelated in the retina
I have a UIView subclass that is loaded into UIViewController when needed. This view works fine in iPhone 3/4/5 or seems to work fine. It is in iPad 1/2 It looks good. But for the iPad retina scree
iPad – UiScrollView does not have new size on the direction change
I have a very simple UIScrollView example that does not do what it is supposed to do at all.
Not sure if it is a bug in the API or a bug in my code.
Basically, I have a UIViewController with
iPad – Why is UISEARCHBAR and its range buttons displayed?
I have seen Apple’s example “TableSearch”. When you touch its scope button, it will appear below the search bar.
http://developer.apple.com/iphone/library/ samplecode/TableSearch/Introduction/Int
IPAD – Multiple MODAL View controllers Change the basic modality to Full Screen after rotation
This has troubled me for a long time. I did a lot of research on this, but I couldn’t find the answer. I’m posting a question here for the first time, if I make a mistake, Please correct/forgive me
iPad Safari maps mouse events to touch events in image mapping
My website makes extensive use of image maps. The images are pages of medieval manuscripts. The mouseOver event of the AREA tag has an additional tooltip, which shows the modern typography of the a
iPad – Why does UIALERTCONTROLLER in iOS7 receive NIL values?
Why is it good that UIAlertController in iOS7 needs to be presented but receives nil value when working on iOS8. Maybe I know that is because iOS7 does not support UIAlertController class?
UI
iPad – UITEXTVIEW width is greater than 512 does not display text
Whenever I expand UITextView to a size greater than 512, the code is as follows:
textView = [[UITextView alloc ] initWithFrame: CGRectMake(0, 0, 513, 1024)]; It doesn’t display any text anymo
iPad SDK: How to hook to MPMOVIEPLAYERVIEWCONTROLLER’s finishing button?
I am creating an iPad add, I am using MPMoviePlayerViewController to play the video.
The video occupies the entire iPad screen.
playerViewController.view.frame = self.view.frame; I need
iPad – uinavigationController: Title Jump Adjustment Movies
I have an ipad application, and I want to hide and show a list of categories (a bit like a small view in a split view controller), and a main view containing a UiNavigationController stack.
I