Coding With Enrique
Coding With Enrique
  • 13
  • 8 905
SwiftUI - Currency Converter
We'll be recreating our currency converter in SwiftUI.
Link to UIKit tutorial:
ua-cam.com/video/N1_S2Zvzh4o/v-deo.html
API Link:
open.exchangerate-api.com/v6/latest
Переглядів: 845

Відео

SwiftUI - Bitcoin Price Tracker
Переглядів 3924 роки тому
In this video, we're going to be recreating our Bitcoin price tracker in SwiftUI. If you're interested in the UIKit version, here is the link: ua-cam.com/video/Qg86saWMcRw/v-deo.html ua-cam.com/video/1NWUETMWEDc/v-deo.html Link to the API: blockchain.info/ticker
SwiftUI - Create a simple onboarding
Переглядів 3504 роки тому
This video covers how to create an onboarding using SwiftUI's new TabView, which replaces having to use a PageViewController. If you've created an onboarding before, you know it takes a lot of code, but thanks to TabView, it dramatically reduces the amount of code needed.
Xcode - Installing Custom Fonts
Переглядів 1344 роки тому
This video will cover how to install custom fonts in Xcode 11. I'll show you how to access the custom font in storyboards, also programmatically. At the end we'll go over why your font may not be appearing and how to locate it.
Swift - Switch Statements
Переглядів 354 роки тому
This video will cover switch statements and the advantage they have over using giant if-else statements.
Swift 5 - Loops
Переглядів 684 роки тому
This video will discuss for loops, while loops, repeat while loops, and how to break out of a loop early. Timestamps For loops - 0:52 While loops - 3:04 Break out of a loop - 5:30 Repeat While Loop - 6:47
Saving data using User Defaults - Swift 5
Переглядів 9154 роки тому
User Defaults is a great way to save small pieces of data, that way when the user closes the app, it doesn't go away.
Swift - Collection Types (Arrays, Sets & Dictionaries)
Переглядів 2,2 тис.4 роки тому
This video covers Swift collections types. Specifically Arrays, Sets & Dictionaries. Timestamps Arrays - 1:55 Sets - 9:01 Dictionaries - 21:53 Link to my Bitcoin price tracker video ua-cam.com/video/Qg86saWMcRw/v-deo.html
Currency Converter - Xcode11 - Swift 5
Переглядів 2,8 тис.4 роки тому
This video covers how to create a simple currency converter. Link to the API used in the video www.exchangerate-api.com/docs/free-exchange-rate-api Link to display JSON data nicely. jsonviewer.stack.hu
Swift - Higher Order Function: Filter, Reduce, Map, CompactMap
Переглядів 4704 роки тому
This video covers Higher Order Functions. Specifically Filter, Reduce, Map, &CompactMap. We'll go over what each one does and the advantages they present. Timestamps Filter - 1:39 Reduce - 5:05 Map - 8:07 CompactMap - 9:44
Swift - Variables and Constants
Переглядів 404 роки тому
This video covers variables and constants. What the differences are between the two, when you should use either one, and are there any advantages to using one over the other.
Bitcoin Price Tracker Xcode 11 (Swift 5.0) - Part 2
Переглядів 1744 роки тому
This is part 2 of our Bitcoin price tracker app. In the previous video we set up the UI, decoded the JSON data and added it to the picker view.
Bitcoin Price Tracker Xcode 11 (Swift 5.0) - Part 1
Переглядів 4314 роки тому
Hi there. This tutorial will show you to how to the BlockChain API to create a bitcoin price tracker. www.blockchain.com/api/exchange_rates_api jsonviewer.stack.hu

КОМЕНТАРІ

  • @sannysherief7507
    @sannysherief7507 Рік тому

    Damn, whatever happened to this guy? No uploads in 2 years? Bro just taught us all how to code and dipped.

  • @Real_Indian_bhartiya
    @Real_Indian_bhartiya 2 роки тому

    Awesome

  • @anchor_rahulsingh_rb
    @anchor_rahulsingh_rb 2 роки тому

    concepts are too good but comfortability while watching the video is bad ,, im not be able to see the output

  • @rajeshtalukdar6768
    @rajeshtalukdar6768 2 роки тому

    i like explanation make more video on functions, parameters, and errors. protocols, extensions, and protocol extensions

  • @rinarstar
    @rinarstar 2 роки тому

    That's unbelievable! I were searching the answer for so LONG! Keep your work, you're the best!

  • @rahuljamba5846
    @rahuljamba5846 2 роки тому

    Great !!

  • @durgabaskar4809
    @durgabaskar4809 3 роки тому

    Hi, can u please make a video on AES and RSA encryption decryption technique?

  • @Irakli008
    @Irakli008 3 роки тому

    Thank you for the informative video, but **please** make your Xcode window smaller. When the code is zoomed in, it's fine, but when you zoom out to the console it's very tiring to read at such a small size.

    • @codingwithenrique2674
      @codingwithenrique2674 3 роки тому

      Definitely! I’m gonna to increase the overall text size to avoid the constant zooming in and out. Thank you for the feedback!

    • @BhashanaLiyanage
      @BhashanaLiyanage 2 роки тому

      @@codingwithenrique2674 Much appreciated. And you don't need to upload a 4k video. This is just a tutorial.

  • @codingwithenrique2674
    @codingwithenrique2674 4 роки тому

    For anyone that is interested, I recreated this project in SwiftUI. Feel free to give it a watch. ua-cam.com/video/QKbO1Dtxg_s/v-deo.html

  • @saharamadeit5195
    @saharamadeit5195 4 роки тому

    Love the videos man!

  • @codingwithenrique2674
    @codingwithenrique2674 4 роки тому

    In case you're interested, I recreated this project in SwiftUI. Feel free to take a look. ua-cam.com/video/uzqGN0EAhik/v-deo.html

  • @codingwithenrique2674
    @codingwithenrique2674 4 роки тому

    In case you're interested, I recreated this project in SwiftUI. Feel free to take a look. ua-cam.com/video/uzqGN0EAhik/v-deo.html

  • @thevendredi1
    @thevendredi1 4 роки тому

    Thanks for this super quick tutorial!! Really appreciate it. I have 2 questions: How would you go about only showing this on the first time the app is launched? And 2, how would you customize an individual screen within the onboarding? (Say I want a button on only 1 of the 3 screens)

    • @codingwithenrique2674
      @codingwithenrique2674 4 роки тому

      You would use UserDefaults. It will allow you to verify if the user has already gone through the onboarding and if they have, to skip it. As for the second part of your question, would you offer a little more clarification please?

  • @yonussahadat
    @yonussahadat 4 роки тому

    This is THE EASIEST WAY!!! I just watched some other videos and they f**** me up by using Representable and HostingController. You're AWESOME!! tnx

  • @0XIIIIII
    @0XIIIIII 4 роки тому

    Did you code the Xbox?

  • @jethroaseoche1849
    @jethroaseoche1849 4 роки тому

    How much for a PS5?

  • @blackjay47
    @blackjay47 4 роки тому

    When's the PS5 gonna be in stock?

  • @blackjay47
    @blackjay47 4 роки тому

    Sensational content

  • @0XIIIIII
    @0XIIIIII 4 роки тому

    This was such a pain in the ass dude thanks!!

  • @duckcode526
    @duckcode526 4 роки тому

    HELP MY code isnt working plz I need my homework done on thrusday anyone will help me thank you

    • @blackjay47
      @blackjay47 4 роки тому

      Sir stop using python to code that's your problem

    • @duckcode526
      @duckcode526 4 роки тому

      ​@@blackjay47 I thought this wasa python tutorial UA-cam recomend me this video. Enrique can make a python tutorial next

    • @codingwithenrique2674
      @codingwithenrique2674 4 роки тому

      @@duckcode526 Thank you for the suggestion! However, I do have a lot of Swift Topics/Projects I want to go over, so it will be a while before I start uploading Python tutorial videos. But please subscribe, so you won't miss out when that day comes :)

  • @jethroaseoche1849
    @jethroaseoche1849 4 роки тому

    This cleared so much confusion I had, much appreciated!

  • @geoffrimmer9955
    @geoffrimmer9955 4 роки тому

    In your filteredArray, even if you do not want to use $0, your can use filter() in a more compact way: let filteredArray = nameArray.filter { name in name == "Tom" }

    • @codingwithenrique2674
      @codingwithenrique2674 4 роки тому

      Absolutely! I'm used to using a shorthand argument, but you can definitely do it that way.

  • @duckcode526
    @duckcode526 4 роки тому

    Anyone know how to join the brotherhood of steel in fallout 4?

  • @GALICH6
    @GALICH6 4 роки тому

    Very helpful video.

  • @0XIIIIII
    @0XIIIIII 4 роки тому

    Thank you so much Man!

  • @jethroaseoche1849
    @jethroaseoche1849 4 роки тому

    This a hot topic right now, thanks! I really needed this one!

  • @GALICH6
    @GALICH6 4 роки тому

    Easy understanding, I am learning more about Swift. Nice.

  • @GALICH6
    @GALICH6 4 роки тому

    Hey man, wanna collab?

  • @jethroaseoche1849
    @jethroaseoche1849 4 роки тому

    This video was very helpful! Great work!

    • @blackjay47
      @blackjay47 4 роки тому

      Likewise sir this is fantastic content