Creating Your Own iOS App in Xcode with Storyboards & Swift - Positive Quotes Generator!

Sdílet
Vložit
  • čas přidán 26. 08. 2024
  • An Introduction to iOS Development with Storyboards & Swift. Let's create a positive quotes generator!
    Thank you so much for checking out this quick Xcode Storyboards tutorial! As someone who loves coding and creating iOS projects, I know first-hand how overwhelming it can be to start out from scratch, so hopefully this is a bit helpful! Feel free to leave any comments or questions below/recommendations for future tutorials. Happy coding!
    Timestamps:
    Creating the user interface: 3:18
    Starting the coding: 9:40
    Current to February 14, 2021
    Xcode Version 12.1

Komentáře • 24

  • @RedLineRaceDay
    @RedLineRaceDay Před 3 měsíci

    Perfect tutorial. I built apps from 2010-2018 and I’m just starting again. Thanks for the inspiration

  • @martinmaulhardt9852
    @martinmaulhardt9852 Před 3 lety +6

    Your explanation is so clear that it's impossible not to follow you! Love from Argentina!

  • @jessebui6271
    @jessebui6271 Před 2 lety +2

    You deserve a follow! Every coding tutorial on this app always go by so fast and it never helps. I love your explanation on everything! thank you so much

  • @sober307
    @sober307 Před 3 lety +2

    Literally the best tutorial I have found on youtube

  • @NickRossi
    @NickRossi Před 2 lety +2

    Thank you so much for this tutorial - it's awesome! Your editing and tone are wonderful!!

  • @ceciliaw1065
    @ceciliaw1065 Před rokem

    Thank you Kamryn for the clear and short video! Great tutorial

  • @giorgi9896
    @giorgi9896 Před 2 lety

    Your explanation is clearer than my future

  • @duyali2049
    @duyali2049 Před 3 lety +2

    that's really a great video, thank you so much

  • @aymnsibay9789
    @aymnsibay9789 Před 2 lety

    Thank you 💐
    Great explaining
    I'm waiting for more lessons
    About x code
    A to Z full toutrial
    Because really you are the best

  • @carlinwright3049
    @carlinwright3049 Před 3 lety +1

    Kamryn you're amazing!!

  • @nicoxoda2276
    @nicoxoda2276 Před 3 lety +2

    thank you so much. this is the perfect entry level video to get you started.

  • @PhanTanThangTH
    @PhanTanThangTH Před 3 lety +2

    Thank you so much

  • @juriszakernicnijs3093
    @juriszakernicnijs3093 Před 2 lety +1

    Please make more such a tutorials.

  • @admir7643
    @admir7643 Před 2 lety

    Nice Video
    I bought an macbook air for Xcode an now i would to creat an App like qoutes. Its harder then i think but „who never gives up they will be sucessfull!“ 😀

  • @anmolbasnet6142
    @anmolbasnet6142 Před 3 lety +1

    Hello Kamryn I am a beginner in swift and I am having a problem while creating a Vision request.
    Code: let request = VNCoreMLRequest(model: model, completionHandler: { [unowned self] request, error in
    guard let results = request.results as? [VNClassificationObservation],
    let _ = results.first else {
    self.settingImage = false
    return
    }
    Error: "Cannot find self in scope"
    I did a lot of research but couldn't find anything helpful on the internet. CZcams recommended me your channel I hope you can help.

    • @KamrynOhly
      @KamrynOhly  Před 3 lety

      That's a super interesting problem! I've used ML and Vision a bit in the past, except I'm not familiar with that type of error. Maybe try replacing the self.settingImage = false with self?.settingImage = false. If not, I typically use a slightly different VNCoreMLRequest type. Here is an example of how mine is structured.
      let request = VNCoreMLRequest(model: model) { (request, error) in
      guard let results = request.results as? [VNClassificationObservation] else {
      fatalError("Model failed to process image")
      }
      //your code here with what you'd like to use the image/model for!
      } //end of request
      Hope this helps!!! Please let me know how it goes!

  • @zixuanchen8898
    @zixuanchen8898 Před rokem

    Great tutorial! Liked and subscribed. Please come back and make more tutorials!

  • @polarapx
    @polarapx Před rokem

    Thank you :)

  • @hanamemon5574
    @hanamemon5574 Před 3 lety +2

    Queen omg drop the notion link 🌟🌟

    • @KamrynOhly
      @KamrynOhly  Před 3 lety

      Omg haha, bored and quarantined lol! I don't have like the student plan sadly :(

  • @duyali2049
    @duyali2049 Před 3 lety +2

    that's really a great video, thank you so much