CocoaPods trunk is moving to be read-only. Read more on the blog, there are 11 months to go.

LCNibBridge 1.3.3

LCNibBridge 1.3.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by West.



  • By
  • liutongchao

Swift 动态桥接库

#Installation pod 'LCNibBridge', '~> 1.2.3'

or pod search LCNibBridge to check

#Overview Design

Design

Runtime

Runtime

#How to use

1.Build your view class and its xib file. (Same name required)

class

2.Put a placeholder view in target IB (xib or storyboard), Set its class.

class

3.Conform to LCNibBridge protocol

  import UIKit
  import LCNibBridge

  class Test: UIView ,  LCNibBridge{

  }

###如果你在天朝,请看我的中文博客

http://www.jianshu.com/p/d39f19d60544