-
/Pods/Headers/Public/YYKit/YYCGUtilities.h:128:23: Static declaration of 'CGRectGetCenter' follows non-static declaration
-
/Pods/Headers/Public/YYKit/UIDevice+YYAdd.h:31:1: Property cannot have array or function type 'BOOL (())' (aka 'bool ()'
Pods/Headers/Public/YYKit/YYCGUtilities.h:128:23: Static declaration of 'CGRec…
-
YYTextBorder insets属性中的top、bottom 值小于0时,边框绘制不出来~
代码:
NSMutableAttributedString *text = [[NSMutableAttributedString alloc] init];
{
NSMutableAttributedString *one = [[NSMutableAttributedStri…
-
这个类需要做ipv6适配嘛?
ghost updated
8 years ago
-
作者你好,我在设置这个属性后,设置maximumNumberOfRows后奔溃。请问怎么解决?
代码如下
YYTextLinePositionSimpleModifier *modifier = [YYTextLinePositionSimpleModifier new];
YYTextContainer *container = [YYTextContainer new];
container.…
-
https://developer.apple.com/library/mac/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.ht…
-
YYTextContainer指定linePositionModifier属性来修正含有emoji的文字行高变高的问题,YYLabel的最后一行如果含有emoji表情,最后一行有一定概率不显示。我尝试把YYLabel.frame.size.height调高点,能解决部分问题。比如原来3行的YYLabel,最后一行带emoji的,最后一行能显示了,但如果是4行,5行又不行了。YYLabel的高度由Y…
-
update the cocoapods to version 1.0.0 beta1 and i try to update the exsiting podfile cause the error :
'Invalid `Podfile` file: [!] Unsupported options `{:exclusive=>true}` for target `Niunai_Example…
-
我看了别人好像也有问过 但是 你都是给他们看了一个新浪微博的一个源码 那段好长的代码 我看蒙圈了 能不能写一个更简单易懂的例子在demo里面呀 希望你有时间帮助我们 因为我觉得应该有很多人跟我有一样的需求
-
我试了最新版本的1.0.5 的WebP.framework 是OK的,解决了WebP.framework冲突问题。
问题是cocoaPods上的版本还是0.9.11. 请问大神什么时候把1.0.5更新上去?