Skip to content

Instantly share code, notes, and snippets.

@pwaldhauer
Last active June 9, 2016 12:40
Show Gist options
  • Save pwaldhauer/916451e08ec9f4648dc9 to your computer and use it in GitHub Desktop.
Save pwaldhauer/916451e08ec9f4648dc9 to your computer and use it in GitHub Desktop.
- (void)viewWillLayoutSubviews {
[super viewWillLayoutSubviews];
self.topLayoutConstraint.constant = -1 * self.topLayoutGuide.length;
}
@evyasafm
Copy link

evyasafm commented Jun 9, 2016

Does the topLayoutConstraint regard to the container view or the child view?
I added the topLayoutConstraint outlet to the child view controller and it doesn't work for me.

How should i do it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment