iOS Dev 39: Dark Mode Support | Swift 5, XCode 13

Поділитися
Вставка
  • Опубліковано 18 бер 2022
  • In this video, we learn how to create dark mode compatible colors.
    Say Hi on Social Media:
    LinkedIn: / ​​
    Twitter: / its_macco
  • Наука та технологія

КОМЕНТАРІ • 8

  • @oladele.abimbola
    @oladele.abimbola 2 роки тому

    I started Udacity iOS developer nanodegree course sometimes in February and I just discovered this channel this morning. I'm so glad that I did because I've gotten answer to 90% of the questions I have.
    Thanks for your content. I'm definitely following you on all social media platform.

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

    just wanna say bro, your channel is so inspiring and amazing! keep it up G we need you out here 🙏🏽

    • @EmmanuelOkwara
      @EmmanuelOkwara  2 роки тому +1

      Thanks for the kind words. It means a lot 🥲

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

    Two questions Emmanuel:
    1. Would these Custom Colors be available as a Class Property on UIColor object?
    2. What would you say is the best/balanced minimum deployment target version of iOS?
    Great Tutorials Emmanuel. The best iOS teacher on UA-cam till date.

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

      1. Definitely! You can access it the same way you access an image from your assets using its name. In our example it’ll be UIColor(named: "green_white")
      2. Depends on how many devices you care about supporting. I personally will say iOS 12 since it supports all devices from iPhone 5s

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

      Also…thanks for the kind words 😊