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

iOS 11 上cell无法自适应 #10

Open
sylijinbo opened this issue Nov 23, 2017 · 1 comment
Open

iOS 11 上cell无法自适应 #10

sylijinbo opened this issue Nov 23, 2017 · 1 comment

Comments

@sylijinbo
Copy link

ios11 设置完#define NUM_OF_ITEM_ONCE_ROW 3.f
显示的还是2行

@JunLi0053
Copy link

SideSlipCommonTableViewCell.m
#define CELL_WIDTH SCREEN_WIDTH - FILTER_LEADING
这里忘记减两个8的边距了(你看看xib的布局);
改成:#define CELL_WIDTH SCREEN_WIDTH - FILTER_LEADING - 2*LINE_SPACE_COLLECTION_ITEM
希望能帮到您

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

No branches or pull requests

2 participants