Commit 3908501e authored by David黄金龙's avatar David黄金龙

首页一处间距

parent cb0405a5
...@@ -88,7 +88,7 @@ class YHHomeHoldViewPageViewController: YHBaseViewController { ...@@ -88,7 +88,7 @@ class YHHomeHoldViewPageViewController: YHBaseViewController {
let offy = k_Height_safeAreaInsetsTop() + 6 + YHHomeSearchView.viewH + 6 let offy = k_Height_safeAreaInsetsTop() + 6 + YHHomeSearchView.viewH + 6
segmentedView.frame = CGRect(x: 0, y: offy, width: view.bounds.size.width, height: 48) segmentedView.frame = CGRect(x: 0, y: offy, width: view.bounds.size.width, height: 48)
let offy1 = offy + 48 + 10 let offy1 = offy + 48 + 6
listContainerView.frame = CGRect(x: 0, y: offy1, width: view.bounds.size.width, height: view.bounds.size.height - offy1 - k_Height_TabBar) listContainerView.frame = CGRect(x: 0, y: offy1, width: view.bounds.size.width, height: view.bounds.size.height - offy1 - k_Height_TabBar)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment