- An property accessing without using getter and setter.
- Provide event callback with delegate.
- Support KVC accessing and KVO listening.
- Download
MDPreferenceand try run example app
- Installation with CocoaPods
source 'https://github.com/Modool/cocoapods-specs.git'
platform :ios, '8.0'
target 'TargetName' do
pod 'MDPreference', '~> 1.0.0'
end
- Installation with Carthage
github "Modool/MDPreference" ~> 1.0.0
- Manual Import
drag “MDPreference” directory into your project
- Requires ARC
<MDPreference>MDPreference
- Demo FYI
- 2018.4.9 Add README and adjust project class name.
MDPreference is released under the MIT license. See LICENSE for details.


