This commit is contained in:
DDIsFriend
2023-08-31 14:43:53 +08:00
parent 3fc94fcee1
commit 2cd605ad2b
109 changed files with 8314 additions and 8769 deletions

View File

@@ -0,0 +1,14 @@
//
// DDSwitch.swift
// DDControlsKit_Private
//
// Created by on 2023/8/31.
//
import Foundation
import DDBasicControlsKit_Private.DDBaseSwitch
import DDCategoryKit_Private.UISwitch_DDCategory
open class DDSwitch : DDBaseSwitch {
}

View File

@@ -22,8 +22,6 @@ open class DDViewController: DDBaseViewController {
open override func viewDidLoad() {
super.viewDidLoad()
dd_navigationBarBackgroundColor = .white
dd_navigationBarBarButtonItemAttributes = [.foregroundColor : UIColor.white]
view.backgroundColor = .white
extendedLayoutIncludesOpaqueBars = true
edgesForExtendedLayout = [.all]