Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.75 KB

File metadata and controls

68 lines (42 loc) · 1.75 KB

MDPreference

Introduction

  • An property accessing without using getter and setter.
  • Provide event callback with delegate.
  • Support KVC accessing and KVO listening.

How To Get Started

  • Download MDPreference and try run example app

Installation

  • 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

Requirements

  • Requires ARC

Architecture

  • <MDPreference>
    • MDPreference

Usage

  • Demo FYI

Update History

  • 2018.4.9 Add README and adjust project class name.

License

MDPreference is released under the MIT license. See LICENSE for details.

Communication