kb100824
kb100824
How to use `R.id` and where is it applicable?
I have tried both ways of referencing, and the project can be archived normally. What is the difference between them please?  
matrix v_2.0.6版本在cocoapods中无法搜到,另外有这个版本的最新文档说明?
``` TimedQueue.swift func reQueue(with key: Key) { conditionLock.lock(); defer { conditionLock.unlock() } let signal = list.isEmpty if let index = map.index(forKey: key) { /// 这里需要判断list和map对应的元素个数和map[index]的值以及index的值比较一下, /// 不然会越界crash if list.count >...
```swift // 可以使用这种方式进行批量删除数据库文件? static func batchDeleteDataBaseFiles(dataBaseList: [Database]) { // 删除广告数据库文件 guard dataBaseList.count > 0 else { return } DispatchQueue.global().async { do { try dataBaseList.forEach({ dbase in print("dbase = \(dbase.path)") try...
楼主我发现你源文件DLFixedTabbarView中的- (void)setTabbarItems:(NSArray *)tabbarItems{}这个方法中的“ assert(tabbarItems.count
@agdsdl 支持cocoapods就完美了
把3.2.5版本sdk 用cocoapods集成后,项目引用报错。 
swift can't import cocoapods WeiboSDK
在SDCycleScrollView.m文件中 ``` - (void)setPlaceholderImage:(UIImage *)placeholderImage { _placeholderImage = placeholderImage; if (!self.backgroundImageView) { UIImageView *bgImageView = [UIImageView new]; #修改这句代码设置填充模式 bgImageView.contentMode = self.bannerImageViewContentMode; #修改这句代码设置填充模式 [self insertSubview:bgImageView belowSubview:self.mainView]; self.backgroundImageView = bgImageView; } self.backgroundImageView.image...