|
let scrollView = UIScrollView(frame: CGRect(x: 0, y: kNavBarTotalHeight, width: kScreenWidth, height: kScreenHeight-kNavBarTotalHeight-152))
|
|
let scrollView = UIScrollView(frame: CGRect(x: 0, y: kNavBarTotalHeight, width: kScreenWidth, height: kScreenHeight-kNavBarTotalHeight-152))
|
|
scrollView.contentSize = CGSize(width: kScreenWidth, height: 667*kScaleWidth)
|
|
scrollView.contentSize = CGSize(width: kScreenWidth, height: 667*kScaleWidth)
|