|
@@ -56,7 +56,7 @@ class RedemptionAreaViewController: BaseViewController {
|
|
|
|
|
|
lazy var scrollView: UIScrollView = {
|
|
|
let scrollView = UIScrollView(frame: CGRect(x: 0, y: kNavBarTotalHeight, width: kScreenWidth, height: kScreenHeight-kNavBarTotalHeight-kTabBarTotalHeight))
|
|
|
- scrollView.contentSize = CGSize(width: kScreenWidth, height: 1723.5*kScaleWidth)
|
|
|
+ scrollView.contentSize = CGSize(width: kScreenWidth, height: 1795*kScaleWidth)
|
|
|
scrollView.bounces = false
|
|
|
scrollView.isHidden = true
|
|
|
scrollView.addSubview(imageView)
|
|
@@ -64,7 +64,7 @@ class RedemptionAreaViewController: BaseViewController {
|
|
|
}()
|
|
|
|
|
|
lazy var imageView: UIImageView = {
|
|
|
- let imageView = UIImageView(frame: CGRect(x: 0, y: 0, width: kScreenWidth, height: 1723.5*kScaleWidth))
|
|
|
+ let imageView = UIImageView(frame: CGRect(x: 0, y: 0, width: kScreenWidth, height: 1795*kScaleWidth))
|
|
|
imageView.image = kImage(name: "activity")
|
|
|
return imageView
|
|
|
}()
|