2 Commits 5e49cd2f44 ... e4220bf888

Author SHA1 Message Date
  Melody e4220bf888 Merge branch 'develop' of http://svn.ouj.com:3000/duowan_iOS/SuperShow into develop 5 years ago
  Melody 7d5d0d485c fix: 修复PhotoCell没有触发layoutSubviews刷新问题 #trello(【本地相册】目前相册里储存到icould的图片并没有提示) 5 years ago
1 changed files with 1 additions and 0 deletions
  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()
                 }
             }