sunchunlei

Results 5 issues of sunchunlei

viewDidAppear的生命周期函数调用时机不对,viewDidDisappear是对的。 viewDidAppear调用时机应该是子控制器的View完全展示的时候

**测试代码** 官方的Demo [https://github.com/QMUI/QMUIDemo_iOS](url) **Bug 表现** QMUISearchController中的searchBar,激活再取消,searchBar的滚动范围变大了 跟踪代码发现以上操作导致tableView的contentSize大小发生变化。 **截图** 激活搜索前,向上滚动tableView,searchBar滚动到正确的位置,在导航条下方 ![Simulator Screen Shot - iPhone 11 - 2020-12-06 at 00 38 29](https://user-images.githubusercontent.com/9885750/101258161-923db000-375b-11eb-90bc-8aee7d3ee7b9.png) 激活搜索然后又取消搜索,向上滚动tableView,searchBar不能滚到期望的位置,已被导航条挡住了 ![Simulator Screen Shot - iPhone 11 - 2020-12-06...

UIKit Bug

2022-07-30 20:53:31.027093+0800 app[4555:1941600] load NIMFtsDatabaseFactoryImp 2022-07-30 20:53:31.230245+0800 app[4555:1941600] ------------------------------ sqlite3_version(): 3.32.3 3032003 ------------------------------ 2022-07-30 20:53:31.315448+0800 app[4555:1941600] You should call login api before calling any im related api 2022-07-30 20:53:31.319473+0800 app[4555:1941600]...

``` UIView *sourceView = nil; if ([self.sourceImagesContainerView isKindOfClass:UICollectionView.class]) { UICollectionView *view = (UICollectionView *)self.sourceImagesContainerView; NSIndexPath *path = [NSIndexPath indexPathForItem:currentIndex inSection:0]; sourceView = [view cellForItemAtIndexPath:path]; }else { sourceView = self.sourceImagesContainerView.subviews[currentIndex]; }...

应该是LEETheme/include/LEETheme 文件下的软连接名称和实际文件名称重复导致的