Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. +----------------------------+
  2. | +----------------------+ |
  3. | | blah blah blah | |
  4. | +----------------------+ |
  5. | |
  6. | +----------------------+ |
  7. | | asdf fdsa | |
  8. | | asdfear aoeirhaleir | |
  9. | +----------------------+ |
  10. +----------------------------+
  11.  
  12. UIView rootView
  13. UIView containerView
  14. UILabel topLabel
  15. UILabel bottomLabel
  16.  
  17. |[topLabel]|
  18. |[bottomLabel]|
  19. V:|[topLabel][bottomLabel]|
  20. |-[containerView]-|
  21. [NSLayoutConstraint constraintWithFirstItem:containerView firstAttribute:NSLayoutConstraintAttributeCenterY relation:NSLayoutRelationEquals secondItem:rootView secondAttribute:NSLayoutConstraintAttributeCenterY multiplier:1 constant:0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement