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

https://github.com/madbrains/pmniblinkableview

Gives view described in separate xib ability to be loaded in other xib or storyboard without creating it manually in code
https://github.com/madbrains/pmniblinkableview

Last synced: about 1 month ago
JSON representation

Gives view described in separate xib ability to be loaded in other xib or storyboard without creating it manually in code

Awesome Lists containing this project

README

        

# PMNibLinkableView

PMNibLinkableView gives view described in separate xib ability to be loaded in other xib or storyboard without creating it manually in code

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Installation

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

```ruby
pod "PMNibLinkableView"
```

## Author

Antol, [email protected]

## License

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