We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
之前导入了YYkit,最近要使用富文本。需要用YYText。我发现YYKit里面有YYText,但是我引头文件<YYKit/YYKit.h>后,不能使用YYText。 我又导入了YYtext,就报错了。 文件重复。 我很困惑
The text was updated successfully, but these errors were encountered:
@liangb123 直接用YYKit包含YYText,移除YYText, 直接pod导入YYKit,头文件引<YYKit/YYKit.h>就可以
Sorry, something went wrong.
同问 似乎YYkit里的YYText是不全的 emmm 似乎又是全的
@suxinde2009 直接pod导入YYKit,头文件引<YYKit/YYKit.h> 感觉还是用不了YYText 引入不了#import "YYText.h"
遇到了同样的问题,提示报错,跟YYTextAttribute 文件有关。并且还是用不了YYText!! @atlantan @liangb123 不知道你们解决了没有,如何解决的。
No branches or pull requests
之前导入了YYkit,最近要使用富文本。需要用YYText。我发现YYKit里面有YYText,但是我引头文件<YYKit/YYKit.h>后,不能使用YYText。
我又导入了YYtext,就报错了。 文件重复。 我很困惑
The text was updated successfully, but these errors were encountered: