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
- Host: GitHub
- URL: https://github.com/madbrains/pmniblinkableview
- Owner: MadBrains
- License: mit
- Created: 2016-07-06T19:39:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T12:06:24.000Z (over 7 years ago)
- Last Synced: 2025-04-12T10:40:58.731Z (about 1 month ago)
- Language: Shell
- Size: 49.8 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.