27
2
130
0
1
// Swift 3.0 加载xib的方法return Bundle.main.loadNibNamed("类名", owner: nil, o...
//过去的private对应现在的fileprivate。现在的private则是真正的私有,离开了这个类或者结构体的作用域外面就无法访问 pr...