lexrus / LTMorphingLabel

[EXPERIMENTAL] Graceful morphing effects for UILabel written in Swift.
MIT License
8.07k stars 782 forks source link

Use this Lib in OC Project #30

Closed Jasonbroker closed 9 years ago

Jasonbroker commented 9 years ago

Hi man!

Thanks for your job!

请问在OC 项目中如何设置效果? .morphingEffect 在OC 中无法访问,且在Xcode自动生成的头文件中没有看到这个枚举选项。

多谢帮助。

lexrus commented 9 years ago

这个 bug 最多还能活一两个月,因为在 Xcode 6.3 里可以用 @objc 修饰符让 Objective-C 也能使用 Swift 的 enum。让我们耐心等待正式版吧。 screen shot 2015-03-24 at 9 27 38 pm