Dacilia

Results 2 issues of Dacilia

[!] Error installing WCDBOptimizedSQLCipher [!] /usr/bin/git clone https://github.com/Tencent/sqlcipher.git /var/folders/b0/xstfp_qn4wn03qj5sqll6cw40000gn/T/d20200208-65426-1m5b4p8 --template= Cloning into '/var/folders/b0/xstfp_qn4wn03qj5sqll6cw40000gn/T/d20200208-65426-1m5b4p8'... error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54 fatal: the remote end hung up unexpectedly...

question

1:发现你的demo里面 PagingViewController 里面的demo如果我点击cell过去另一个页面 返回PagingViewController 再调用-(void)viewWillAppear:(BOOL)animated{ [super viewWillAppear:animated]; [self.pagingView reloadData]; } 就会出现队友那个分页白屏 **我的bug描述** 使用JXPagerView会出现页面重叠问题。我在一个页面使用了JXPagerView 里面的title = @【个人信息,个人动态】,两个页面都嵌套了tableView 第一次加载的时候没有问题 ,但是当我跳转到另一个页面 然后再返回 调用[self.pagingView reloadData]; 就会出现重叠问题,轻点一下View就正常了 ![IMG_0004 2](https://github.com/user-attachments/assets/4d25c9e2-0c6b-4737-82ab-50c0a012f0bd) ![IMG_0005 2](https://github.com/user-attachments/assets/e332ae12-1616-4191-8665-b109ef1871a3) ![IMG_0006 2](https://github.com/user-attachments/assets/7e3195bd-baa9-4df5-82fe-5e2d7e8f80ac) **版本号** 1.JXPagingView版本号:?...