Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjstelling/ibdesignable
A set of Objective-C categories that implement simple attributes on standard Cocoa UIViews.
https://github.com/rjstelling/ibdesignable
ibdesignable interface-builder objective-c xcode
Last synced: 8 days ago
JSON representation
A set of Objective-C categories that implement simple attributes on standard Cocoa UIViews.
- Host: GitHub
- URL: https://github.com/rjstelling/ibdesignable
- Owner: rjstelling
- License: mit
- Created: 2015-05-13T16:30:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T15:08:33.000Z (about 9 years ago)
- Last Synced: 2024-10-29T18:23:33.664Z (8 days ago)
- Topics: ibdesignable, interface-builder, objective-c, xcode
- Language: Objective-C
- Size: 1.51 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IBDesignable
[![CI Status](http://img.shields.io/travis/rjstelling/ibdesignable.svg?style=flat)](https://travis-ci.org/rjstelling/ibdesignable)
[![Version](https://img.shields.io/cocoapods/v/IBDesignable.svg?style=flat)](http://cocoapods.org/pods/IBDesignable)
[![License](https://img.shields.io/cocoapods/l/IBDesignable.svg?style=flat)](http://cocoapods.org/pods/IBDesignable)
[![Platform](https://img.shields.io/cocoapods/p/IBDesignable.svg?style=flat)](http://cocoapods.org/pods/IBDesignable)
[![Twitter: @rjstelling](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/rjstelling)## Usage
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
IBDesignable is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "IBDesignable"
```## Author
Richard Stelling, [email protected]
## License
IBDesignable is available under the MIT license. See the LICENSE file for more info.