autoresizingmask
Autoresizing Mask Strange Behavior
I\'m in an UIViewController, self.view points to a valid view with a frame of 300x480. UIView *redView;[详细]
2023-04-11 21:22 分类:问答Auto-resizing problem in scrollview subviews
I have a scrollview on a UIView and a series of UIImageViews are placed on the scrollview in a serial man开发者_高级运维ner. My problem is that the image views are not resizing when the device is rota[详细]
2023-04-06 07:28 分类:问答How to find out the exact frame of a UIViewController's view?
When is it possible to know the exact size of a UIViewController\'s view? The Problem I have a multi-line UILabel whose frame depends of its text and the width of the parent view. Given that I need[详细]
2023-03-28 04:32 分类:问答When are views automatically transformed based on their superview?
I asked a similar question before, but now I have done some more work on it and have a more refined question.[详细]
2023-03-24 09:33 分类:问答UISegmentedControl autoresizingMask not working
I placed a UISegmentedControl programmatically on the screen (stand-alone, not as part of a navigation bar) and set its autoresizingMask to UIViewAutoresizingFlexibleLeftMargin because I want it to st[详细]
2023-03-17 08:21 分类:问答UIView addsubview after orientation change: Tell view to resize
I have a UIView as a XIB in Portrait mode. This view is added programmatically to the viewcontroller like this:[详细]
2023-03-05 13:28 分类:问答UIViewAutoresizingNone: Resize after rotation
i have a simple structure for IPAD with an AppDelegate that include a view from a viewController : - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launc[详细]
2023-03-01 05:07 分类:问答When do autoresizing masks take effect in iOS?
I have a nib that I originally created for an iPhone app with dimensions 320x480 and with autoresizing masks set up to expand the view in every direction should its superview be large.[详细]
2023-02-28 05:37 分类:问答Resize UITableViewCell content when delete button shows up
Is there any way to use autoresizing masks to move my content so that the delete button doesn\'t cover it up? Googlin开发者_高级运维g has told me that I need to set an autoresizing mask of UIViewAutor[详细]
2023-01-29 18:37 分类:问答Problem setting autosizing in interface builder
I have two viewControllers, one is a subclass of UIViewController (autoresizes correctly), the other one is a subclass of a subclass of UIViewController.[详细]
2023-01-22 02:15 分类:问答