Thursday, February 26, 2015

iOS Auto Layout - Yet another example

Thought to create an application which having browser kind of view. With an address field, a Go button and a webview. Below is how the final finished product looking like.


Learnings from this are:

When tried to give the spacing between text field and the button, it gave warnings. that was because for the button, only the height constraint was given, not the width constraint. This caused the confusion to the layout manager it looks like and was making the items to go awry.



references:
self


No comments:

Post a Comment