|
@@ -55,9 +55,7 @@ open class BFImageCoverViewCell: UICollectionViewCell {
|
|
super.init(frame: frame)
|
|
super.init(frame: frame)
|
|
contentView.addSubview(playView)
|
|
contentView.addSubview(playView)
|
|
contentView.addSubview(playBtn)
|
|
contentView.addSubview(playBtn)
|
|
- if(recordItem?.mediaType == .Image){
|
|
|
|
- contentView.addSubview(playImageView)
|
|
|
|
- }
|
|
|
|
|
|
+ contentView.addSubview(playImageView)
|
|
}
|
|
}
|
|
|
|
|
|
public required init?(coder _: NSCoder) {
|
|
public required init?(coder _: NSCoder) {
|