|
|
7 달 전 | |
|---|---|---|
| .. | ||
| XXNibBridge | 7 달 전 | |
| LICENSE | 7 달 전 | |
| README.md | 7 달 전 | |
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
Done:
<img src="http://ww4.sinaimg.cn/large/51530583gw1ei03g01mmej20ga07sjrt.jpg" width="500" />
中文介绍请见我的blog