# XXNibBridge **Repository Path**: appkf_admin/XXNibBridge ## Basic Information - **Project Name**: XXNibBridge - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-10 - **Last Updated**: 2021-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README XXNibBridge =========== # Installation `pod 'XXNibBridge', '~> 2.3.0'` or `pod search XXNibBridge` to check # Overview `XXNibBridge` bridges `xib` file to storyboards or another xib file Design time: Runtime: ----- # How to use 1. Build your view class and its xib file. (Same name required) 2. Put a placeholder view in target IB (xib or storyboard), Set its class. 3. Conform to `XXNibBridge` and NOTHING to be implemented ``` objc #import @interface XXDogeView () @end ``` Done: # How it works 中文介绍请见[我的blog](http://blog.sunnyxx.com/2014/07/01/ios_ib_bridge/)