lexrus / LTMorphingLabel

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

ProductName-Swift doesn't contains LTMorphingLabel method? #102

Closed ma125125t closed 4 years ago

ma125125t commented 6 years ago

Hi,man. 我的操作步骤是这样的: 1.建立一个新的OC项目。 2.手动导入LTMorphingLabel。 3.开启混编(生成ProductName-Swift.h) 此时在文件中没有出现LTMorphingLabel对应的OC方法,可否help一下?

ma125125t commented 6 years ago

Xcode9,拖拽库进项目的话,不会生成对应Swift方法。右键项目add files的话,会生成对应Swift方法。

Sky0372Lsk commented 5 years ago

OC调用不了这个属性:var morphingEffect: LTMorphingEffect = .scale 暂时还是没有实现