mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-09 12:56:15 +10:00
color
This commit is contained in:
@@ -47,18 +47,9 @@ class MessageMediaViewController: UIViewController {
|
||||
|
||||
mediasCollectionView.registerNib(UINib(nibName: mediaViewCellID, bundle: nil), forCellWithReuseIdentifier: mediaViewCellID)
|
||||
|
||||
mediaControlView.hidden = true
|
||||
mediasCollectionView.backgroundColor = UIColor.clearColor()
|
||||
|
||||
// let imageView = UIImageView()
|
||||
//
|
||||
//
|
||||
// previewMedias.forEach({
|
||||
//
|
||||
// if case .AttachmentType(imageURL: NSURL)
|
||||
// })
|
||||
//
|
||||
// imageView.kf_setImageWithURL(imageURL, placeholderImage: nil, optionsInfo: nil, completionHandler: { [weak self] (image, error, cacheType, imageURL) in
|
||||
// })
|
||||
mediaControlView.hidden = true
|
||||
}
|
||||
|
||||
override func viewWillAppear(animated: Bool) {
|
||||
|
||||
@@ -14,7 +14,9 @@ class MediaViewCell: UICollectionViewCell {
|
||||
|
||||
override func awakeFromNib() {
|
||||
super.awakeFromNib()
|
||||
// Initialization code
|
||||
|
||||
mediaView.backgroundColor = UIColor.clearColor()
|
||||
contentView.backgroundColor = UIColor.clearColor()
|
||||
}
|
||||
|
||||
override func prepareForReuse() {
|
||||
|
||||
Reference in New Issue
Block a user