Skip to content

Modool/MDPreference

Repository files navigation

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

About

Preference without getter and setter

Resources

License

Stars

Watchers

Forks

Packages

No packages published