Skip to content

Instantly share code, notes, and snippets.

@gliubc
Created June 14, 2018 01:02
Show Gist options
  • Save gliubc/e5505a31980a99a0b5d003f7a082ec74 to your computer and use it in GitHub Desktop.
Save gliubc/e5505a31980a99a0b5d003f7a082ec74 to your computer and use it in GitHub Desktop.
viewDidLayoutSubviews
- (void)viewDidLayoutSubviews {
[super viewDidLayoutSubviews];
DLog(@"%@", NSStringFromCGRect(self.button.frame));
DLog(@"%@", NSStringFromCGRect(self.label.frame));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment