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

NSAttributedStringKey is iOS 11+ only. Hyperion-iOS should support 9+. #40

Closed
chrsmys opened this issue Jan 16, 2018 · 1 comment
Closed
Assignees
Labels

Comments

@chrsmys
Copy link
Contributor

chrsmys commented Jan 16, 2018

NSAttributedStringKey is just a type alias to NSString, so we should be fine changing it to that.

https://developer.apple.com/documentation/foundation/nsattributedstringkey?language=objc

__block NSDictionary<NSAttributedStringKey,id> *attributes;

@chrsmys chrsmys changed the title NSAttributedStringKey is iOS 11 only NSAttributedStringKey is iOS 11+ only. Hyperion-iOS should support 9+. Jan 16, 2018
@chrsmys chrsmys self-assigned this Jan 17, 2018
@chrsmys chrsmys added the v1.0.2 label Jan 20, 2018
@chrsmys
Copy link
Contributor Author

chrsmys commented Jan 22, 2018

This issue should be fixed in v1.0.2. Please submit a new issue if it does not appear fixed. Thanks!

@chrsmys chrsmys closed this as completed Jan 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant