imzyf / ios-swift-learning-notes

📝 iOS Swift Learning Notes - see Issues
MIT License
0 stars 0 forks source link

xib 中实例化 View #49

Closed imzyf closed 6 years ago

imzyf commented 6 years ago

https://stackoverflow.com/questions/35659714/loading-a-xib-file-to-a-uiview-swift

let v =  UINib(nibName: "TranslateContentView", bundle: nil)
                      .instantiate(withOwner: nil, options: nil).first as! UIView
imzyf commented 6 years ago

R.swift