Skip to content

Commit

Permalink
Add note about setting up constraints at init time, if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Richter committed Aug 11, 2015
1 parent c56d3ad commit 884cf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Keep your models immutable, and use them to translate the remote API's semantics

### Views

When laying out your views using Auto Layout, be sure to override the method below in your custom view classes.
When using Auto Layout in a custom view, it's usually enough to set up your constraints once at initialization. However, if you need to update them later during the view's lifecycle, be sure to override the below method!

Swift:
```swift
Expand Down

0 comments on commit 884cf2e

Please sign in to comment.