|
@@ -86,13 +86,11 @@ class NCSectionHeaderMenu: UICollectionReusableView, UIGestureRecognizerDelegate
|
|
|
}
|
|
|
|
|
|
func setGradientColor() {
|
|
|
- /*
|
|
|
if traitCollection.userInterfaceStyle == .dark {
|
|
|
gradient.colors = [UIColor.init(white: 0, alpha: 0).cgColor, UIColor.black.cgColor]
|
|
|
} else {
|
|
|
gradient.colors = [UIColor.init(white: 1, alpha: 0).cgColor, UIColor.white.cgColor]
|
|
|
}
|
|
|
- */
|
|
|
}
|
|
|
|
|
|
func setTitleSorted(datasourceTitleButton: String) {
|