Search results

  1. fukurou

    hologram tech

  2. fukurou

    livingrimoire memes

  3. fukurou

    SML Movie: Joseph Loses His Hat!

    🍿:kek:
  4. fukurou

    SML Movie: Joseph Loses His Hat!

    🍹:meh:
  5. fukurou

    random numbers

    https://www.khanacademy.org/computing/computer-science/cryptography/crypt/v/random-vs-pseudorandom-number-generators
  6. fukurou

    🐦swift swift grimoire

    randomizer Int.random(in: 0...5) // includes 0 and 5 Int.random(in: 0..<5) // includes 0 array1.randomElement()! // returns a random element from the array
  7. fukurou

    How to Record Screen With Audio on MacBook

  8. fukurou

    XCode grimoire

    https://jizz.is/threads/swift-grimoire.329/
  9. fukurou

    🐦swift swift grimoire

  10. fukurou

    XCode grimoire

    playground this is a code only program no UI involved file->new->playground->blank import UIKit print("hello world") print ("1+4 = \(1+4)") // string interpolation
  11. fukurou

    Learn How To Use iMovie In 5 Minutes

  12. fukurou

    XCode grimoire

    button click hello world control click drop the btn to create a btn click event (action) import UIKit class ViewController: UIViewController { @IBOutlet weak var imgDice1: UIImageView! @IBOutlet weak var imgDice2: UIImageView! override func viewDidLoad() {...
  13. fukurou

    [MEDIA]

  14. fukurou

    XCode grimoire

    linking views to code main (story board), adjust editor options, assistant (^ opt cmd enter) : ctrl click drag a view to the code under : class ViewController: UIViewController{ a popup will ask you to name the connection : then click connect setting the image view picture...
  15. fukurou

    🐦swift xcode how to set an image views picture

    using image literal to set the image views picture is a blatant lie all it does is error you need this code : import UIKit class ViewController: UIViewController { @IBOutlet weak var imgDice1: UIImageView! override func viewDidLoad() { super.viewDidLoad() // Do any...
  16. fukurou

    livingrimoire memes

  17. fukurou

    livingrimoire memes

  18. fukurou

    livingrimoire memes

  19. fukurou

    livingrimoire memes

Top