Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

大佬好,scrollViewClassInlistContainerView UITableView 重叠问题? #453

Open
ieliwb opened this issue Jul 4, 2022 · 3 comments
Open
Labels
question Further information is requested

Comments

@ieliwb
Copy link

ieliwb commented Jul 4, 2022

  • (Class)scrollViewClassInlistContainerView:(JXCategoryListContainerView *)listContainerView {
    return NSClassFromString(@"UITableView");
    }

大佬好,我在控制器里面用了上面代码,UITableView的 separator 会显示出来,怎么处理呢?

iOS 13会出现,iOS 15是好的

Simulator Screen Shot - iPhone 11 Pro - 2022-07-04 at 16 29 04

@pujiaxin33
Copy link
Owner

(Class)scrollViewClassInlistContainerView:(JXCategoryListContainerView *)listContainerView 代理方法主要是用来解决和全屏手势冲突的问题。你这里返回一个UITableView是为什么呢?

@pujiaxin33 pujiaxin33 added the question Further information is requested label Jul 17, 2022
@ieliwb
Copy link
Author

ieliwb commented Jul 18, 2022

(Class)scrollViewClassInlistContainerView:(JXCategoryListContainerView *)listContainerView 代理方法主要是用来解决和全屏手势冲突的问题。你这里返回一个UITableView是为什么呢?

就是为了解决和全屏手势冲突问题的

@eden-lx
Copy link

eden-lx commented Sep 20, 2022

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants