Top "Autoresizingmask" questions

Cocoa Touch bit-field mask for determining the behavior of UIView objects relative to their parent views when the parent view is resized.

Unable to handle orientation in iOS 6?

I am using - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation delegate to change the frame of my view based on the orientation …

ipad uiinterfaceorientation ios6 autoresizingmask iphone-5
NSSplitView and autolayout

How should I use auto layout constrains inside NSSplitView subview? My NSSplitView subview has 3 subview: topPane, tableContainer and bottomPane and …

cocoa autoresizingmask nssplitview autolayout
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: …

iphone orientation addsubview autoresizingmask
UIView and AutoresizingMask ignored

First time posting on stack overflow. I've spent hours scouring over many Google searches and have, at this point, practically …

uiview uiviewcontroller autoresizingmask
Scale a UIView automatically on orientation change to scale proportionaltely to fit in parent view

A UIImage view set to "Aspect Fit" will automatically dynamically scale it's image to fit within the current bounds of …

ios uiview autoresizingmask
Scale image to fit screen on iPhone rotation

I have a UIScrollView containing an UIImageView and I have some trouble to get the correct behavior when the iPhone …

iphone uiscrollview autoresizingmask
UIView Autoresizing

I could easily spend hours (if not days) trying to figure this out (I'm already several hours into it!!!) I …

ios uiview autoresize autoresizingmask
how can i increase the height of an inputAccessoryView

I have spent several days on this with no solution in sight. I have an inputAccessoryView which consists of a …

ios swift nslayoutconstraint autoresizingmask inputaccessoryview
UITableViewCell autoresizingmask issue

I have 3 UI elements in the contentView of the UITableViewCell that need to be aligned properly when the device rotates. …

iphone ios uitableview device-orientation autoresizingmask
How does autoresizing mask work?

I've found a lot of information on autoresizing but none has been able to solve my problem. I have a …

objective-c ios cocoa-touch autoresizingmask