NerdyUI
NerdyUI copied to clipboard
An easy way to create and layout UI components for iOS.
xcode11.4, 启动就会闪退。 经过试验,确定是UILabel+NERChainable 中的color属性问题。 只要label调用color 就会闪退。直接报内存泄漏。 把color的名字换一个,就可以运行了。但项目使用color处较多,期望朋友看到帮忙查查问题。
修复在 区分大小写磁盘模式上,头文件找不到
label 在使用了color时崩溃
我想扩充一些接口,例如让 UIView 设置 shadowColor,请问用怎样的方式扩展会比较适合呢?
UILabel *label = nil; label.str(@"ab"); crashed. why?
Is there any maintenance? Import that header file when you use it?