FLKAutoLayout is a UIView category which makes it easy to create layout constraints in code.
Questions tagged [flkautolayout]
7 questions
5
votes
2 answers
Using Auto Layout to have UILabel and UITextField next to each other
I am trying to position a UILabel instance label next to a UITextField instance textfield like done in the iOS Settings dialogs. I'm using Auto Layout and constraints with the help of Florian Kuglers FLKAutoLayout extensions…

matths
- 760
- 9
- 19
2
votes
1 answer
AutoLayout debugger shows (null) ((null), (null)) for constraints with no useful information
I am working with AutoLayout and am using a library called FLKAutoLayout. When I have a conflict the autolayout debug messages that I am used to do not always show useful information about the constraints in conflict.
Has anyone seen this before and…

egarlock
- 559
- 3
- 11
1
vote
2 answers
iOS: Autolayout with child view controllers
I've been using autolayout for a couple of weeks now.
Currently, I'm using a 3rd party library called FLKAutoLayout which makes the process easier.
I'm at the point where I can construct views the way I want, usually without problem.
However, over…

Sethypie
- 549
- 6
- 21
0
votes
1 answer
Popup View with Header-TableView-Footer and AutoLayout Not Working
Context:
I have a pop up view that contains a tableview. I would like the pop up view to be less than the whole height of the screen but would like the tableview to scale with the number of rows it has. (If the table view contains 2 rows then it…

egarlock
- 559
- 3
- 11
0
votes
2 answers
How to use UIBezierPath in a auto layout view?
As far as I know, views displayed by constraints don't got a frame, so what should I do when I want to draw some lines in these views? Methods like moveToPoint do need a CGRect.
Here's my check:…
user2269707
0
votes
1 answer
IBOutlet didn't work with Hard Code constraints
I have new issue related to Auto-Layout world , i can summarize the problem in the below steps:
1- I have storyboard with only one scene contain UIImageView .
2- I went to viewcontroller.m file and add manual constraints like below code…

wod
- 812
- 1
- 10
- 23
0
votes
1 answer
Aligning a view next to another view using FLKAutoLayout
I would like to align two views (in this case UIButton instances) next to each other. I want the first button to be left aligned to its superview, which is easy, but I don't see a way to make the second button aligned next to the first one without…

Edward Dale
- 29,597
- 13
- 90
- 129