Skip to content

Commit

Permalink
#17 hotfix to update background view color to match collection view c…
Browse files Browse the repository at this point in the history
…olor
  • Loading branch information
tankista committed Nov 7, 2017
1 parent a7c583f commit dfeb273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ImagePicker/ImagePickerController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ open class ImagePickerController : UIViewController {

//apply appearance
let appearance = instanceAppearanceProxy ?? ImagePickerController.classAppearanceProxy
imagePickerView.backgroundColor = appearance.backgroundColor
collectionView.backgroundColor = appearance.backgroundColor

//configure flow layout
Expand Down

0 comments on commit dfeb273

Please sign in to comment.