Guest User

Untitled

a guest
Mar 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. import UIKit
  2. import SVProgressHUD // インポート
  3.  
  4. class ViewController: UIViewController {
  5.  
  6. override func viewDidLoad() {
  7. super.viewDidLoad()
  8.  
  9. self.view.backgroundColor = .blue
  10.  
  11. SVProgressHUD.show()
  12.  
  13. }
  14.  
  15. }
Add Comment
Please, Sign In to add comment