-
Notifications
You must be signed in to change notification settings - Fork 15
Support on Swift 4 #12
base: master
Are you sure you want to change the base?
Conversation
|
||
let size = text.size(attributes: attributes) | ||
let size = text.size(withAttributes: attributes) | ||
let origin = textPoint(ofSize: size) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@Kyohei-Sakai |
@shoheiyokoyama |
bb67570
to
231d46b
Compare
I changed the "Swift 3 @objc Inference" build setting to "Default" in reference to Migrate to Swift 4 @objc inference , but this warning has remained.
I couldn't solve the issue, so I think should tackle as other issue. References: |
No description provided.