Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. class Builder {
  2.  
  3. static func initViewController() -> UIViewController {
  4.  
  5. let controller = ViewCodeViewController(content: UIView(frame: .zero), labelTitle: UILabel(), labelDescription: UILabel(), imageView: UIImageView(frame: .zero))
  6. return controller
  7. }
  8.  
  9. }
  10.  
  11. Builder.initViewController()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement