Skip to content

Add overridable didLayout API #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2018
Merged

Add overridable didLayout API #66

merged 1 commit into from
Jul 15, 2018

Conversation

rnystrom
Copy link
Member

@rnystrom rnystrom commented Jul 15, 2018

Needed this for GitHawk. Open to changing it to a delegate API (boo overrides), but needed something simple to get unstuck.

@rnystrom rnystrom merged commit 2c550c0 into master Jul 15, 2018
@rnystrom rnystrom deleted the layout-callback branch July 15, 2018 23:29
@@ -71,6 +71,8 @@ open class MessageViewController: UIViewController, MessageAutocompleteControlle
}
}

open func didLayout() { }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some header docs to give a hint as to what this can be used for might help :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR!

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

Successfully merging this pull request may close these issues.

2 participants