ios - Positioning two UITextFields side by side using Autolayout -



ios - Positioning two UITextFields side by side using Autolayout -

i new autolayout, struggling understand how position 2 uitextfields side side. e.g.:

i have tried number of constraints, cannot figure out how correctly position them. when running app.

any insight on how this?

try pinning top, left , bottom of check in textfield superview. pin top, right , bottom of check out textfield superview. , left constraint of check out check in using 'pin' button (bottom left of storyboard), box between 2 lines icon.

ios objective-c xcode autolayout

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -