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

Work in Progress (Don't modify this section)

  • Unit tests (validate the view frames are set correctly)

Feature Requests (Feel free to add to this list)

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

  • Figure out if and how to best integrate the top and bottom layout guides for iOS 7 --smileyborg
    • Looks like constraints to the layout guides in code can only be done using VFL. I'm pretty sure this would be a useful addition to the API, even though I haven't run across a need for it yet myself.
  • Prevent NSAsserts from throwing exceptions (gracefully handle errors) in release builds --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