Skip to content
Tyler Fox edited this page Oct 8, 2013 · 23 revisions

Work in Progress (Don't modify this section)

  • Unit tests (validate the view frames are set correctly)
    • Would love help writing tests! Feel free to let me know if you're interested, or just send a pull request. --smileyborg

Feature Requests (Feel free to add to this list)

It's helpful if you sign your request with your GitHub username, e.g. --username

  • [Breaking API change] Clear up namespace by adding auto prefix to all methods (including constraint removal) --smileyborg
  • [Breaking API change] Move advanced subview layout methods that operate on an array of subviews as category methods on NSArray itself --smileyborg
  • Consider additions to the NSLayoutConstraint category, such as adding some sort of tag or identifier property to find a constraint at runtime without having to keep a reference to it --smileyborg
  • Print the added constraint in a human readable mode or in visual format language (documentation here). Guy you rock, you saved my life --gali8
    • I would definitely like this too. Unfortunately I don't have any good ideas on how to do this easily - would love suggestions. I don't want to do any method swizzling (to change the NSLayoutConstraint description method), and I don't want to create a subclass of NSLayoutConstraint. --smileyborg
Clone this wiki locally