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

[ASCellNode] focusStyle mapping #727

Merged
merged 6 commits into from
Jan 31, 2018

Conversation

alexhillc
Copy link
Contributor

Adds support for setting focusStyle on an ASCellNode.

@CLAassistant
Copy link

CLAassistant commented Dec 26, 2017

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@maicki maicki left a comment

Choose a reason for hiding this comment

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

Hey @alexhillc thanks for working on this PR. focusStyle is available starting with iOS 9, but Texture is still supporting iOS 8. Can you please guard against this. Thanks!

@alexhillc
Copy link
Contributor Author

Hey @maicki thanks for reviewing. I've been building against the tvOS SDK, so I must have missed it. Fixed in the latest commit!

maicki
maicki previously requested changes Dec 29, 2017
self.selectedBackgroundView = node.selectedBackgroundView;
self.separatorInset = node.separatorInset;
self.selectionStyle = node.selectionStyle;
self.accessoryType = node.accessoryType;

if (AS_AVAILABLE_IOS(9.0)) {
Copy link
Contributor

@maicki maicki Dec 29, 2017

Choose a reason for hiding this comment

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

To be consistent can you please change that to 9

@nguyenhuy
Copy link
Member

@alexhillc We've dropped iOS 8 support (#743). Could you please update this diff one more time? Thank you!

@alexhillc
Copy link
Contributor Author

@nguyenhuy, done!

@maicki
Copy link
Contributor

maicki commented Jan 31, 2018

Awesome thanks all. Let's get that PR in than.

@maicki maicki merged commit 0bb5355 into TextureGroup:master Jan 31, 2018
bernieperez pushed a commit to AtomTickets/Texture that referenced this pull request Apr 25, 2018
* [ASCellNode] Adds mapping for UITableViewCell focusStyle

* Update CHANGELOG.md
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.

5 participants