# DataContextBinding **Repository Path**: top_design/DataContextBinding ## Basic Information - **Project Name**: DataContextBinding - **Description**: 提供UI自动绑定datacontext属性的功能,如果当前视图没有datacontext对象,则查找父视图,直至window - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DataContextBinding [![CI Status](https://img.shields.io/travis/LJ8116/DataContextBinding.svg?style=flat)](https://travis-ci.org/LJ8116/DataContextBinding) [![Version](https://img.shields.io/cocoapods/v/DataContextBinding.svg?style=flat)](https://cocoapods.org/pods/DataContextBinding) [![License](https://img.shields.io/cocoapods/l/DataContextBinding.svg?style=flat)](https://cocoapods.org/pods/DataContextBinding) [![Platform](https://img.shields.io/cocoapods/p/DataContextBinding.svg?style=flat)](https://cocoapods.org/pods/DataContextBinding) ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements ## Installation DataContextBinding is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'DataContextBinding' ``` ## Author LJ8116, lj.jingli@gmail.com ## License DataContextBinding is available under the MIT license. See the LICENSE file for more info.