Skip to content
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

252 Target Action #259

Merged
merged 4 commits into from Jan 13, 2017
Merged

Conversation

ZevEisenberg
Copy link
Collaborator

@ZevEisenberg ZevEisenberg commented Jan 13, 2017

Closes #252

This supersedes #253

if let container = self as? AdaptableTextContainer {
container.adaptText(forTraitCollection: traitCollection)
if self.responds(to: #selector(AdaptableTextContainer.adaptText(forTraitCollection:))) {
self.perform(#selector(AdaptableTextContainer.adaptText(forTraitCollection:)), with: traitCollection)
Copy link
Contributor

Choose a reason for hiding this comment

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

self!

@ZevEisenberg ZevEisenberg force-pushed the bugfix/zeveisenberg/252-IB-target-action branch from 08c2b4c to 9161a2e Compare January 13, 2017 20:34
@ZevEisenberg ZevEisenberg force-pushed the bugfix/zeveisenberg/252-IB-target-action branch from 258e83b to 39710e9 Compare January 13, 2017 21:14
@ZevEisenberg ZevEisenberg force-pushed the bugfix/zeveisenberg/252-IB-target-action branch from 39710e9 to 67c89ff Compare January 13, 2017 22:36
@ZevEisenberg ZevEisenberg merged commit 7e48116 into master Jan 13, 2017
@ZevEisenberg ZevEisenberg deleted the bugfix/zeveisenberg/252-IB-target-action branch January 13, 2017 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants