处理所有UI
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
// Two columns → each width = (width - spacing - lr insets)/2
|
||||
CGFloat cellWidth = (w - spacing) / 2.0;
|
||||
// 固定高度,接近示意图比例
|
||||
CGFloat cellHeight = 340.0;
|
||||
CGFloat cellHeight = 234.0;
|
||||
return CGSizeMake(floor(cellWidth), cellHeight);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user