|
@@ -165,7 +165,8 @@ class CommunityShareContentViewController: BaseViewController {
|
|
|
lazy var scrollView : UIScrollView = {
|
|
|
let scrollView = UIScrollView(frame: CGRect(x: 0, y: kNavBarTotalHeight, width: kScreenWidth, height: kScreenHeight-kNavBarTotalHeight-152))
|
|
|
scrollView.contentSize = CGSize(width: kScreenWidth, height: 667*kScaleWidth)
|
|
|
- scrollView.backgroundColor = kffffffColor
|
|
|
+ scrollView.backgroundColor = UIColor(patternImage: kImage(name: "chat_pic_bg")!)
|
|
|
+
|
|
|
return scrollView
|
|
|
}()
|
|
|
|