-
pod YYKit
可以用
pod YYModel
pod YYCache
pod YYImage
pod YYWebImage
pod YYText
pod YYKeyboardManager
pod YYDispatchQueuePool
pod YYAsyncLayer
pod YYCategories
代替吗?有什么不一样的地方?
-
YYKit 版本 1.0.9
`NSArray * chars = @[@"测",@"试",@"测",@"试",@"测",@"试",@"测",@"试",@"测",@"试"];
for (int i = 0; i < chars.count; i++) {
NSString * tempString = chars[i];
NSLog(@"%@",…
-
这个是什么原因呢 ,是pod,Xcode还是YYKit的原因呀,
zzpan updated
8 years ago
-
原来一直使用的是独立的YYText,最近有些测试需要用到YYKit的工具,切换后,发现不兼容了
NSAttributedString+YYText.h
yy_setColor
yy_setTextHighlightRange
@ibireme
-
-
YYKit demo Archive成功后,进行validate,报错:error: -[__NSArrayM objectForKey:]: unrecognized selector sent to instance 0x7fe9c3cf57f0
发现,把 demo 中 的 Resource 中的EmoticonQQ.bundle EmoticonWeibo.bundle Reso…
-
看了YYKit写的微博demo,一直往下拉加载新的cel的时候,一直在下载网络图片,然后发现内存一直在涨,所以,如果我一直滑,是不是有可能奔溃呀?
![eb939568-dca4-4c80-b657-6eccd814d536](https://cloud.githubusercontent.com/assets/8086633/17797807/5c360918-65fe-11e6-9144-1c…
-
这样设置删除线的方法,始终不显示。UILabel尝试这个可以。 YYLabel 正确添加删除线的姿势是什么 ?
NSMutableAttributedString *text = [[NSMutableAttributedString alloc] initWithString:title];
text.strikethroughStyle = NSUnde…
-
Having installed `YYImage` with Cocoa Pods produces the following warnings in Xcode 11.4 beta, that are shown despite having `inhibit_all_warnings!` in Podfile:
> Target Integrity
> AssetsLibrary …
-
网上的一些解决方案是基于将arm64排除掉:
在podfile里面书写:(大同小异)
```ruby
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings['ONLY_ACTIVE_ARCH'] =…