Преглед изворни кода

Merge branch 'develop' of http://svn.ouj.com:3000/duowan_iOS/SuperShow into develop

zhongbaojian пре 5 година
родитељ
комит
633d0956f4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      SuperShow/UI/ResourcePicker/WSSResourcePickerController.swift

+ 1 - 0
SuperShow/UI/ResourcePicker/WSSResourcePickerController.swift

@@ -990,6 +990,7 @@ extension WSSResourcePickerController: UICollectionViewDataSource, UICollectionV
                 if let model = photoModels.safeObject(atIndex: indexPath.item) {
                     indexModel = model
                     cell.model = model
+                    cell.layoutSubviews()
                 }
             }