LCTabBarController icon indicating copy to clipboard operation
LCTabBarController copied to clipboard

Xcode 9.1 iPhone 8 Plus 底部的bar出现重影

Open zzl4321 opened this issue 6 years ago • 3 comments

在NSURLSessionDataTask的 dataTaskWithRequest:request completionHandler:^的方法里,完成数据请求后,跳转会出现2种情况: 1.采用[self.navigationController pushViewController:lcTabBarVC animated:YES]; animated是YES的情况下,重影出现一小会后消失 2.采用[self.navigationController pushViewController:lcTabBarVC animated:NO]; animated是NO的情况下,重影出现不消失并且第一个视图控制器总是保持选中的状态,下面那个bar的最左边那个图案总是选中的状态 2017-11-08 8 28 35

zzl4321 avatar Nov 08 '17 12:11 zzl4321

iOS 版本号是多少?

zzl4321 [email protected]于2017年11月8日 周三下午8:29写道:

在NSURLSessionDataTask的 dataTaskWithRequest:request completionHandler:^的方法里,完成数据请求后,跳转会出现2种情况: 1.采用[self.navigationController pushViewController:lcTabBarVC animated:YES]; animated是YES的情况下,重影出现一小会后消失 2.采用[self.navigationController pushViewController:lcTabBarVC animated:NO]; animated是NO的情况下,重影出现不消失并且第一个视图控制器总是保持选中的状态,下面那个bar的最左边那个图案总是选中的状态 [image: 2017-11-08 8 28 35] https://user-images.githubusercontent.com/25920141/32549185-7623bcba-c4c3-11e7-99e7-3979bd66f99a.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iTofu/LCTabBarController/issues/33, or mute the thread https://github.com/notifications/unsubscribe-auth/AJlEDqy8pPPbyqPiLj6xjVx1dmvkEGC-ks5s0Z6hgaJpZM4QWTfZ .

iTofu avatar Nov 09 '17 04:11 iTofu

iOS 11.1的

zzl4321 avatar Nov 09 '17 12:11 zzl4321

I am also facing same issues, how to resolve this.

adititiwari225 avatar Feb 20 '18 12:02 adititiwari225