ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.86k stars 1.7k forks source link

YYLable 支持在xib中设置属性后,直接动态在IB中更新吗? #197

Closed wy19901227 closed 8 years ago

wy19901227 commented 8 years ago

比如设置了text,text就直接在IB中绘制出来。

wy19901227 commented 8 years ago

image

wy19901227 commented 8 years ago

image

ibireme commented 8 years ago
snapshot

YYText 最新版(1.0.1)开始支持 Interface Builder。

wy19901227 commented 8 years ago

我这个不是最新版吗?还是你没发布?

发自我的 iPhone

在 2016年3月9日,12:01,Yaoyuan notifications@github.com 写道:

YYText 最新版(1.0.1)开始支持 Interface Builder。

— Reply to this email directly or view it on GitHub.

ibireme commented 8 years ago

你可以检查一下你本地的版本号。

wy19901227 commented 8 years ago

是1.01呢,支持在xcode设置属性,但是就是不行

发自我的 iPhone

在 2016年3月9日,12:01,Yaoyuan notifications@github.com 写道:

YYText 最新版(1.0.1)开始支持 Interface Builder。

— Reply to this email directly or view it on GitHub.

ibireme commented 8 years ago

清空一下 Xcode 缓存,如果还报错,可以看一下错误日志。

wy19901227 commented 8 years ago

清空过了,错误信息请看上边的图片

发自我的 iPhone

在 2016年3月9日,14:28,Yaoyuan notifications@github.com 写道:

清空一下 Xcode 缓存,如果还报错,可以看一下错误日志。

— Reply to this email directly or view it on GitHub.

ibireme commented 8 years ago

如果本地代码是 YYText 1.0.1,那就不是 YYText 的错误了。

你应该先搜一下上面的错误信息,这可能是 CocoaPods 或者 Xcode 的问题: http://stackoverflow.com/questions/28391112/interface-builder-failed-to-load-designables-from-path-null http://stackoverflow.com/questions/28204108/ib-designables-failed-to-update-auto-layout-status-failed-to-load-designables

wy19901227 commented 8 years ago

嗯,tks.我的xcode是7.2

发自我的 iPhone

在 2016年3月9日,14:36,Yaoyuan notifications@github.com 写道:

如果本地代码是 YYText 1.0.1,那就不是 YYText 的错误了。

你应该先搜一下上面的错误信息,这可能是 CocoaPods 或者 Xcode 的问题: http://stackoverflow.com/questions/28391112/interface-builder-failed-to-load-designables-from-path-null http://stackoverflow.com/questions/28204108/ib-designables-failed-to-update-auto-layout-status-failed-to-load-designables

— Reply to this email directly or view it on GitHub.

wy19901227 commented 8 years ago

你的yykit也是通过pod还是直接拖进去的呢?

发自我的 iPhone

在 2016年3月9日,14:36,Yaoyuan notifications@github.com 写道:

如果本地代码是 YYText 1.0.1,那就不是 YYText 的错误了。

你应该先搜一下上面的错误信息,这可能是 CocoaPods 或者 Xcode 的问题: http://stackoverflow.com/questions/28391112/interface-builder-failed-to-load-designables-from-path-null http://stackoverflow.com/questions/28204108/ib-designables-failed-to-update-auto-layout-status-failed-to-load-designables

— Reply to this email directly or view it on GitHub.

ibireme commented 8 years ago

我都测试过,没有问题。

wy19901227 commented 8 years ago

pod中需要写use_frameworke吗

发自我的 iPhone

在 2016年3月9日,14:55,Yaoyuan notifications@github.com 写道:

我都测试过,没有问题。

— Reply to this email directly or view it on GitHub.

wy19901227 commented 8 years ago

这样吧 ,你可以发个demo给我吧,我看下我这里能显示不,发我邮箱吧。936788507@qq.com. 谢谢你了。

ibireme commented 8 years ago

这里面的 YYTextDemo 就可以,打开后直接创建一个 UIViewController with xib 就没问题。

wy19901227 commented 8 years ago

我重新建了个工程,podYYKit,用xib,YYLabel是可以在ib中绘制的,但是我在我项目中pod就是不行呢。。。。。。为什么呢。。。

wy19901227 commented 8 years ago

直接拖进去的话 也不行。。

wy19901227 commented 8 years ago

可以把你直接拖进去 可以的 demo发我吗

wy19901227 commented 8 years ago

我在你的YYText demo中是可以的,在我项目中是不ok得,,。。。。所以麻烦 你在一个项目中拖入,看能遇到和我一样的问题吗?

CantChat commented 8 years ago

层主你也太懒了吧,遇到问题伸手党可不行,请人帮忙也不带这样的。。。 同遇到这个问题,在podfile的platform下一行添加了use_framework!,再pod update一下,就ok了! 之后输入text或者placeholder,直接就可以看到效果