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

learn more… | top users | synonyms

0
votes
1answer
21 views

Modify how auto resize works on UIView?

I have a UIView that is sized to fit the entire screen minus 5 pixels on each side. I have set it to autoresize however this makes the view lose its 5 pixels on one side, and completely fills the ...
0
votes
0answers
33 views

Resize subview according Aspect ration

I have a subview of size 1024*768, and I want to use this subview in both the version in iPhone build and iPad build. I have used both the property autoresizesSubviews,autoresizingMask. But still it ...
0
votes
2answers
35 views

UIViewAutoresizingFlexibleLeftMargin with Reference to Superview on iOS

I'm dynamically adding an error icon to fields in a form as shown here: I'm generating the icon in code, and I want to position it on the top-right of its superview, but I can't get it to go where ...
0
votes
0answers
48 views

iOS - autoresizingMask flexible height in iPhone 5 not working

I have a scroll view and it's subview UILabel show some description. In iPhone 4 In iPhone 5 And after added self.scrollView.autoresizingMask = UIViewAutoresizingFlexibleHeight; I'm not ...
0
votes
0answers
36 views

New UIViewController in Landscape mode with UIScrollView

I've made a lot of progress in my first iPhone app due to the answers I've found here, thanks. I have implemented the TapToZoom sample code for an image. Works great in Portrait mode, but Landscape ...
0
votes
2answers
55 views

Automatic Programatic CGRect frame for iPhone 5 like Storyboard

I was wondering if there was any way to automatically and programmatically generate frames for different size screens like they are done in storyboard. In storyboard, as long as the autosizing mask is ...
0
votes
1answer
78 views

UIView postion changes in retina display

I added a subview named LayoutView in my viewcontroller. LayoutView then added a subview named SectionView by the given code: MSSectionView *sec1; sec1 = [[MSSectionView ...
0
votes
2answers
44 views

Autoresizing mask on webview not making any difference

How do I add autoresizing mask to a webview. I have tried this [self.webView setAutoresizingMask:UIViewAutoresizingFlexibleBottomMargin]; [self.webView reload]; The webview doesn't change size ...
0
votes
2answers
77 views

how to use autoresizing and autolayout and change its default behaviour?

I have one parentview as Scrollview.I have added two subviews view1,view2 on that scrollview. But I need to do the following in same time when I increase the height of one of my subviews view1 in ...
-2
votes
1answer
69 views

Autolayout constraint conflict when I specified just one constraint [closed]

I have the following simple test code in my controller: - (void)loadView { UIView *view = [UIView new]; [self setView:view]; UILabel *label = [UILabel new]; [label setText:@"Hello ...
0
votes
0answers
54 views

UIView autoresizing issue when programmatically loaded

I have added a UIView in the xib with an UIImage and UILabel.I have set the autoresizing in the xib itself.I am presenting this view to animate from the bottom to the centre,where i adjust the final ...
-5
votes
2answers
53 views

Autoresize in Iphone 5 [closed]

I am new to iPhone development. I am working on application which is compatible with iPhone 4s and iPhone 5..in which one sub view is inside a super view but when i am running it in retina 4 inch ...
0
votes
0answers
36 views

autoresizingMask not working on UITextView

I have an UIView and on that UIView I can have several UIImageViews and/or UITextViews. I need to resize my UIView once I have created it ( basically I am shrinking it ), so what I want is that my ...
0
votes
1answer
81 views

auto resizing sub views in iphone/ipad?

I have a view(name it as "MyView") in which I have 4 subviews - say 2 UIImageView's, 2 UILabel's.I have to place this view in other view (where ever it requires).while placing MyView I have to give a ...
1
vote
1answer
83 views

Supporting both AutoLayout and traditional layout

I have a custom subclass of UIButton that I want to re-use in multiple projects, some of which use interface builder and storyboards, and some of which may not. It involves setting the button's frame ...
0
votes
1answer
58 views

Prevent Stretching of image in Scrollview in iOS

I am adding a few buttons to the scrollview. I am setting a background of the button with an image. When you see the output, the image seems to get stretched. I would like to avoid this. So I have ...
2
votes
3answers
173 views

How to do a custom layout of a UIView so it works with both iPhone 5 screen dimensions as well as regular screen dimensions

Here is the desired outcome. The blue area is the UIView of interest. The UIView is not a UIImageView. I've tried all sorts of arrangements with auto-resizing masks to no avail
0
votes
3answers
127 views

UITableView not autosizing to fit its UIView superview

Had to solve it in a different way. Thanks for your help anyway!
0
votes
1answer
104 views

Can't adjust autoresizing mask for viewController

I'm trying to adjust my app to iPhone 5, but I ran into some difficulties. The header of the ContainerViewController (always stays on top) The ContainerViewController that holds the other ...
0
votes
1answer
246 views

How to allow images to resize for 4 inch iphone 5

I have an image view and underneath it a webview. They have a small vertical distance between them when viewed on a 3.5 inch screen but when I apply retina 4 Form Factor the image view expands (the ...
0
votes
3answers
131 views

xCode 4.6, iPad is it possible to use “old school” spring struts for storyboards instead of constraints?

I've recently had the misfortune to upgrade to xCode 4.6 and notice that as I'm laying out the storyboard for the old <--> |--| springs and struts for views are gone and are replaced by some weird ...
0
votes
1answer
97 views

Auto resizing the label according to the words [duplicate]

I would like to resize the label font according to the number of words in the label field. How do i do that? I can use a fixed size and it doesn't look nice. It will be best if it works fine for both ...
0
votes
2answers
235 views

Vertical centering view, autoresizing and iPhone 5 4" screen

I have some custom buttons I add to the view in -viewDidLoad. I want them centered vertically inside the view, like so: self.customButton.center = CGPointMake(98.f, self.view.center.y); However, ...
0
votes
1answer
45 views

UILabel is acting weird

I have a UIPageControl and a UIScrollView that you need to swipe in order to change views with UILabel as title, and UITextView as the content. On portrait view, both UILabel and UITextView is fine ...
2
votes
1answer
110 views

Uitextfield and UIImageView are overlapping when orientation change

I want to display a warning bubble when user enters an invalid email. I can successfully show the bubble but while bubble is present if orientation changes bubble overlaps with uitextfield View ...
1
vote
0answers
85 views

How to read log output of NSAutoresizingMaskLayoutConstraint?

I see the following output in console "<NSAutoresizingMaskLayoutConstraint:0x100510500 h=--& v=&-- H:|-(0)-[NSView] (Names: NSView:0x1016ab760, '|':NSClipView:0x1016a26b0 )> ...
0
votes
1answer
61 views

UIView stops animation after Device rotation

I have some view and image view. _contentView = [[UIView alloc] initWithFrame:self.bounds]; _contentView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth; .... ...
0
votes
1answer
62 views

Understanding scaling sizes for UIViews and objects

I am trying to better understand how to control the size of Views in terms of older iphones and the new iphones difference in size. If I have a design like the below example, how should this be coded ...
1
vote
1answer
143 views

iOS Autolayout and UIToolbar/UIBarButtonItems

I have an iOS view with autolayout enabled and have a UIToolbar with a UISearchBar and UISegmentControl contained with the toolbar. I want the UISearchBar to have a flexible width so I need to add a ...
0
votes
1answer
89 views

Autoresizing mask and full-screen view

I'm experimenting something odd. I want to create a view which will fit all my screen (minus statusBar minus navBar). Here's what I've done inside my viewDidLoad : CGFloat navHeight = ...
0
votes
1answer
63 views

iOS - UIAutoresizingMask margin : why do I need to set both sides?

My question may appear strange, but with an example it's easier to understand : I have, let's say an UIButton, that I create and then : // [...] Create button, add it to view ...
0
votes
1answer
275 views

UIView subview auto resizing

I wrote a little UIView subclass to show a progress HUD. That HUD view works perfect but I faced a little problem in the last days. In my application I'm presenting a UIViewController in a custom ...
1
vote
0answers
55 views

When to set autoresizing mask?

I have a UIView whose frame I set to (0,60,768,944). I find that if I set the autoresizing mask prior to adding it to another view, it fails to autoresize. If I set it after the addition to the ...
0
votes
1answer
142 views

iOS: Autoresize components horizontally in UIScrollView

I have a UIScrollView which contains a selection of different components. Depending whether the device is in landscape or portrait mode some of the components may run over the edges horizontally. What ...
2
votes
1answer
403 views

Xcode 4.5: can't set root view autoresizingMask in Interface Builder

I'm quite puzzled by what it appears to be a bug in Xcode 4.5. I can't set the autoresizingMask property of the root view of a newly created UIViewController in Interface Builder. These are the steps ...
0
votes
1answer
2k views

Unable to simultaneously satisfy constraints - No constraints in place

I have gone through and removed every single user constraint yet I am still getting the following error ONLY after I rotate the device. I have absolutely no clue why though. Does anyone have any ...
0
votes
0answers
77 views

iOS UIView autoresizingmask working differently on iOS 4.3 and 5

I have simple UIView for which I am using autoresizingmask flexible for flexible margines I.e left right top bottom flexible margine. I am getting desired view in iOS 5 and above but on iOS 4.3 the ...
0
votes
0answers
167 views

How to resolve UIView autoresizingMask set correctly but not resolving?

Hopefully the following gives everything required. There is a single line that adjusts the frame of a parent view in my app, and the affected subview is not responding in an appropriate manner ...
1
vote
4answers
552 views

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 the UIUmageView, while maintaining the image's proportions. A UIView set to ...
1
vote
1answer
417 views

autoresizingmask function not showing in Interface Builder?

I want to deal with autoresizingmasks, but for some reason I can't get the dialogue to show up. The size inspector of my IB looks like this: When I click on another inspector--attributes, ...
0
votes
1answer
75 views

AutoResizing Issue

I added a UIImageview as a subview of UITableViewCell.contentview. It has margins in left and right side of the cell. when rotating device, Autoresizing is not working for me. I am using: UIImageView ...
0
votes
2answers
253 views

Using autoResizingMask with CGRectZero

I am building a footer for a tableview's section. The height of the footer will be specified in heightForFooterInSection, so in viewForFooterInSection I would like to just add the subview and specify ...
0
votes
1answer
53 views

How many ways can a UIView's dimensions be changed?

I've got a custom subclass of UIView, lets call it BottomBox. BottomBox has override methods for: -(void)setBounds:(CGRect)bounds; and -(void)setFrame:(CGRect)frame; with calls to [super ...
0
votes
0answers
91 views

UIView autoresizesSubviews animation issue

I want to add a custom Progress HUD to my application. So I created an overlay view, an HUD view and several UI elements (progress indicator, label, progress bar). Now I wanted my HUD to "fly in". So ...
0
votes
1answer
184 views

View Elements autoresizing is not working in landscape mode

I'm having a viewController(say,SecondViewController) in which in xib file i have added a view(say,containerView) and to that containerView i'm adding another view controllers view as a subView ...
0
votes
2answers
220 views

How to make a UIView shadow stretch when device is rotated?

In a custom tableview cell, I'm drawing a simple rectangle with a shadow like this: photoBorder = [[[UIView alloc] initWithFrame:CGRectMake(4, 4, self.frame.size.width-8, 190)] autorelease]; ...
0
votes
2answers
72 views

How to anchor a view relative to the side of the screen iPhone

I am creating an iOS app that creates layouts directly in code. I am used to using xib, but that is not an option for this project. I cannot figure out how to position an element fixed to the ...
1
vote
1answer
259 views

iOS: AutoresizingMask not resizing to fit map or view on screen

My views are not resizing correctly using something like: self.someview.autoresizingMask = (UIViewAutoresizingFlexibleHeight| UIViewAutoresizingFlexibleWidth); Using all the possible resizing masks ...
0
votes
0answers
16 views

Autoresizing adjacent views

I have two views in a cocoa application , A and B : |----------------| |-------A-------| |----------------| |----------------| |-------B-------| |----------------| When the window ...
1
vote
2answers
153 views

About autoresizing mask

If I have a superview.frame = CGRectMake(0,0,200,200); and a subview.frame = CGRectMake(0,0,100,100), subview has flexiable width and height, I think when superview's frame changes to (0,0,150,150), ...

1 2 3