iOS UserDefault data management, iOS UserDefault数据管理
cocoapods
pod 'DDUserDefaultManager'
DDUserDefaultManager.shared.start()
If you want to control VC navigation yourself, you can use DDUserDefaultVC
.
let vc = DDUserDefaultVC()
self.navigationController?.pushViewController(vc, animated: true)
File List | File Type Icon |
---|---|
![]() |
![]() |
Function example
The project is based on the MIT License