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
- Host: GitHub
- URL: https://github.com/flix-tech/mfbbinding
- Owner: flix-tech
- License: mit
- Created: 2016-10-17T15:05:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T10:09:19.000Z (over 8 years ago)
- Last Synced: 2025-04-09T15:01:48.936Z (12 months ago)
- Topics: data-binding, ios, mvvm
- Language: Objective-C
- Size: 133 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MFBBinding
Data binding framework for Objective-C
[](https://travis-ci.org/flix-tech/MFBBinding)
[](http://cocoapods.org/pods/MFBBinding)
[](http://cocoapods.org/pods/MFBBinding)
[](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.