An open API service indexing awesome lists of open source software.

https://github.com/flix-tech/mfbbinding

A binding framework for Objective-C
https://github.com/flix-tech/mfbbinding

data-binding ios mvvm

Last synced: 12 months ago
JSON representation

A binding framework for Objective-C

Awesome Lists containing this project

README

          

# MFBBinding
Data binding framework for Objective-C

[![CI Status](http://img.shields.io/travis/flix-tech/MFBBinding.svg?style=flat)](https://travis-ci.org/flix-tech/MFBBinding)
[![Version](https://img.shields.io/cocoapods/v/MFBBinding.svg?style=flat)](http://cocoapods.org/pods/MFBBinding)
[![License](https://img.shields.io/cocoapods/l/MFBBinding.svg?style=flat)](http://cocoapods.org/pods/MFBBinding)
[![Platform](https://img.shields.io/cocoapods/p/MFBBinding.svg?style=flat)](http://cocoapods.org/pods/MFBBinding)

## Description
MFBBinding provides data binding mechanism with Interface Builder support, which could be used on iOS platform as alternative to [Cocoa Bindings](https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/CocoaBindings/CocoaBindings.html).

## Installation

MFBBinding is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "MFBBinding"
```

## Author

Nickolay Tarbayev, tarbayev-n@yandex.ru

## License

MFBBinding is available under the MIT license. See the LICENSE file for more info.