Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
audrl1010 committed Dec 16, 2018
1 parent 0ea39a7 commit 1cab164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ open class PhotoCollectionsViewModel:
}

// have changed photoAssetCollection?
if let objectAfterChange = changes.objectAfterChanges as? PHAssetCollection {
if let objectAfterChange = changes.objectAfterChanges {

// To update collection`s title commonly
self.photoAssetCollections[offset].assetCollection = objectAfterChange
Expand Down

0 comments on commit 1cab164

Please sign in to comment.