|
@@ -45,6 +45,10 @@ class MovieCollectionViewCell: BaseCollectionViewCell {
|
|
if #available(iOS 11.0, *) {
|
|
if #available(iOS 11.0, *) {
|
|
thumbnailView.accessibilityIgnoresInvertColors = true
|
|
thumbnailView.accessibilityIgnoresInvertColors = true
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ clipsToBounds = true
|
|
|
|
+ layer.cornerRadius = 2
|
|
|
|
+
|
|
newLabel.text = NSLocalizedString("NEW", comment: "")
|
|
newLabel.text = NSLocalizedString("NEW", comment: "")
|
|
newLabel.textColor = PresentationTheme.current.colors.orangeUI
|
|
newLabel.textColor = PresentationTheme.current.colors.orangeUI
|
|
NotificationCenter.default.addObserver(self, selector: #selector(themeDidChange), name: .VLCThemeDidChangeNotification, object: nil)
|
|
NotificationCenter.default.addObserver(self, selector: #selector(themeDidChange), name: .VLCThemeDidChangeNotification, object: nil)
|