CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jun 2016 |
Maintained by sunnyxx.
pod 'XXNibBridge', '~> 2.3.0'
or pod search XXNibBridge to check
XXNibBridge bridges xib file to storyboards or another xib file
Design time:
Runtime:
Build your view class and its xib file. (Same name required)
Put a placeholder view in target IB (xib or storyboard), Set its class.
Conform to XXNibBridge and NOTHING to be implemented
#import <XXNibBridge.h>
@interface XXDogeView () <XXNibBridge>
@end中文介绍请见我的blog