kb100824

Results 15 issues of 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? ![image](https://user-images.githubusercontent.com/8489350/158119025-bd3d955e-d6ae-4ddb-b4a2-033e00931521.png) ![image](https://user-images.githubusercontent.com/8489350/158119083-4630caf8-eb34-4139-88b9-fb85876d3f18.png)

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集成后,项目引用报错。 ![image](https://user-images.githubusercontent.com/8489350/116656540-6c8d9d80-a9bf-11eb-8d7e-5e413faf17d2.png)

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...