-
Notifications
You must be signed in to change notification settings - Fork 368
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
Custom font type #124
Comments
Thanks for the great suggestion. Is it possible to use a UIFont variable as an IBDesignable? |
It Give 3 issues how i should handle this. *Type 'UIFont' has no member 'TextStyle' |
@Syed-Sahab, thanks for reporting. Which Xcode and Cosmos versions are you using? |
@evgenyneu Thanks for reply, I am currently using xcode 9.3 & cosmos 'Cosmos', '~> 17.0' versions. |
@Syed-Sahab, try using version 16 of Cosmos instead, as described here. The latest version 17 has new Swift 4.2 syntax and is meant to be used in Xcode 10. |
Thanks alot @evgenii Neumerzhitckii..
…On Thu, Nov 1, 2018 at 1:15 AM Evgenii Neumerzhitckii < ***@***.***> wrote:
@Syed-Sahab <https://github.com/Syed-Sahab>, try using version 16 of
Cosmos instead, as described here
<https://github.com/evgenyneu/Cosmos/wiki/Legacy-Swift-versions>. The
latest version 17 has new Swift 4.2 syntax and is meant to be used in Xcode
10.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARP8ozvL2rXnXH76ApuXMiEDxhcZW1icks5uqgTygaJpZM4XHPDf>
.
|
It would be helpful to allow us using IBDesignable to set a custom font type for the text.
The text was updated successfully, but these errors were encountered: