1.let view = NSBundle.mainBundle().loadNibNamed("className", owner:self, options:nil).first as! className!
2.对UIView写一个扩展:
let view = UIView.loadNibType(className)
1.let view = NSBundle.mainBundle().loadNibNamed("className", owner:self, options:nil).first as! className!
2.对UIView写一个扩展:
let view = UIView.loadNibType(className)