API接口不一致;
Archive之后,报警,即可知道到底是什么;自动补全;
if let index = self.noteLists.firstIndex { (noteInfo) -> Bool in noteInfo.noteId == speechInfo.noteId}{
}).disposed(by: disposeBag)
let tindex = self.noteLists.firstIndex(where: { (noteInfo) -> Bool in noteInfo.noteId == speechInfo.noteId })
if let index = tindex {
}
本文探讨了API接口不一致的问题,分享了如何通过Archive进行报警来定位具体问题,并介绍了自动补全功能在代码开发过程中的应用。
31万+

被折叠的 条评论
为什么被折叠?



