Autolayout Greedy Fill question

2013-12-04 Thread Luther Baker
Given the following controls: lastName = text field gender = segmented control picture = image view and given the following layout string: @V:|-[lastName]-[gender]-[picture]-|; I'd like to make sure that the lastName and gender controls are sized tightly and allows the picture

Re: Autolayout Greedy Fill question

2013-12-04 Thread Charles Srstka
On Dec 4, 2013, at 5:27 PM, Luther Baker lutherba...@gmail.com wrote: Given the following controls: lastName = text field gender = segmented control picture = image view and given the following layout string: @V:|-[lastName]-[gender]-[picture]-|; I'd like to make sure

Re: Autolayout Greedy Fill question

2013-12-04 Thread Luther Baker
Yes! Along with content edge insets and compression resistance, I'm now getting the behavior I was looking for. Thank you! On Wed, Dec 4, 2013 at 5:37 PM, Charles Srstka cocoa...@charlessoft.comwrote: On Dec 4, 2013, at 5:27 PM, Luther Baker lutherba...@gmail.com wrote: Given the