Guest User

Untitled

a guest
Apr 20th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. All gists
  2. GitHub
  3. New gist
  4. @ReedHsin
  5. Edit
  6. Delete
  7. Star 0 @ReedHsinReedHsin/Example1ViewController.swift
  8. Created 29 minutes ago
  9. Embed Download ZIP
  10. Code Revisions 1
  11. Raw
  12. Example1ViewController.swift
  13. //
  14. // Example1ViewController.swift
  15. // Lottie
  16. //
  17. // Created by 辛忠翰 on 12/04/18.
  18. // Copyright © 2018 辛忠翰. All rights reserved.
  19. //
  20. import UIKit
  21.  
  22. class Example1ViewController: UIViewController {
  23.  
  24. override func viewDidLoad() {
  25. super.viewDidLoad()
  26. view.backgroundColor = .red
  27. // Do any additional setup after loading the view.
  28. }
  29.  
  30. }
  31.  
  32. @ReedHsin
  33.  
  34.  
  35.  
  36. Write Preview
  37.  
  38. Attach files by dragging & dropping or selecting them.
  39. Styling with Markdown is supported
  40. Comment
  41. © 2018 GitHub, Inc.
  42. Terms
  43. Privacy
  44. Security
  45. Status
  46. Help
  47. Contact GitHub
  48. API
  49. Training
  50. Shop
  51. Blog
  52. About
  53. Press h to open a hovercard with more details.
Add Comment
Please, Sign In to add comment