update
This commit is contained in:
14
Pods/DDControlsKit_Private/DDControlsKit_Private/Classes/DDSwitch/DDSwitch.swift
generated
Normal file
14
Pods/DDControlsKit_Private/DDControlsKit_Private/Classes/DDSwitch/DDSwitch.swift
generated
Normal 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 {
|
||||
|
||||
}
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user