willowtreeapps / Hyperion-iOS

In-app design review tool to inspect measurements, attributes, and animations.
MIT License
2.05k stars 89 forks source link

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

Closed chrsmys closed 6 years ago

chrsmys commented 6 years ago

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

https://github.com/willowtreeapps/Hyperion-iOS/blob/7701101cdd13848f566df072b416d39049114390/AttributesInspector/AttributesViewer/PreviewViews/HYPTextPreview.m#L56

chrsmys commented 6 years ago

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