Adapt SwiftUI app for iPad, Landscape, and Dark Mode | Todo List #6

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024
  • As we wrap up our app, we need to quickly run the Todo List in all of the potential configurations that users might have. For this project, it includes updating our app for:
    - iPhone vs iPad
    - Portrait vs Landscape
    - Light vs Dark mode
    Luckily, this is a fairly simple app and almost all of our View logic is already written to be adaptable! However, there are a few small adjustments that we still need to make...
    Next video: • Adding an App Icon and...
    Last video: • User Experience and An...
    🤙 WELCOME BACK 🤙
    WEBSITE: www.swiftful-t...
    DISCORD: / discord
    GITHUB: github.com/Swi...
    SAY THANKS: www.buymeacoff...

Комментарии • 17

  • @funk1473
    @funk1473 Год назад +3

    This dude is such a monster. The concentrated IQ, humility, and conciseness in him doesn't come every dynasty. Thank you for being a trailblazer!

  • @jalapisco
    @jalapisco Год назад +7

    Nick, Thanks a lot for another great tutorial. Just wanted to mention that by the time I'm watching this video IOS 16 is the current version and it seems Apple wants one to use NavigtionStack instead of NavigationView so, I used NavigationStack instead and didn't run into the issue with the NavigationView showing as a Bar on the left side when using the iPad Simulator; it worked right off the bat without having to use an style modifier. 👍👍

  • @felixseehof
    @felixseehof 3 года назад +10

    This is the best course I have ever seen. Keep up the good work. I look forward to the next videos.

    • @SwiftfulThinking
      @SwiftfulThinking  3 года назад +1

      Thanks Felix! I really appreciate that. The next courses will be even better ;)

  • @andrefelipea
    @andrefelipea 2 года назад +2

    Thank you for the awesome course, Nick! Some little tip to check dark mode on simulator: you can switch between light and dark mode by pressing command + shift + A.

  • @giovanebarreira2513
    @giovanebarreira2513 2 года назад +4

    You can use Cmd+Shift+A to toggle dark mode on simulator. Great videos!!

  • @drgshreddy
    @drgshreddy Год назад

    Excellent man. You make it look so simple. In another video they said it's not possible in swiftui, only option is there in UIKit 🙏

  • @bryanrrez
    @bryanrrez 3 года назад +4

    Those fans are about to start flying by their own, same happens to me when I’m building some projects 😅
    Have you tried a M1 MacBook? I’ve seen reviews and those Macs are quieter than a kitty even building large Xcode projects

    • @SwiftfulThinking
      @SwiftfulThinking  3 года назад +1

      Hey Bryan.. I know my fan is crazy some times 🤕 There are rumors about M2 MacBook later this year so I'm waiting to see if that's happening!

    • @bryanrrez
      @bryanrrez 3 года назад

      @@SwiftfulThinking Same here, just waiting for the second generation to get it.

    • @sols.2525
      @sols.2525 3 года назад

      I have both the M1 MacBook Pro and the new M1 iMac. These computers are incredible. Both only have 8gb's of ram and they are fast as hell and I never here the fans.

  • @Ryland-tu6pj
    @Ryland-tu6pj Месяц назад

    should we just use the swiftui function that forces the app into light mode

  • @sergiocaplan1168
    @sergiocaplan1168 Год назад

    I noticed that you’re also getting the UIConstraints warnings. Can I assume we can ignore these? That they’re caused by the SwiftUI controlling UIKit? Or something like that?

  • @hsksearch3
    @hsksearch3 3 года назад

    How if I would like. .navigationViewStyle(DoubleColumnNavigationViewStyle()) and make portrait view to show 2 column as same as landscape view ? thank ^^ please help

  • @softtechmishrajiios
    @softtechmishrajiios 2 года назад

    How to use Google material hi with swiftui.

  • @billvivino
    @billvivino 2 года назад

    OH my gosh, thank you so much! It took me like 8 hours of searching to find ONE video that showed "StackNavigationViewStyle()." Why is this information so hard to find anywhere on the internet? Thank you, thank you.😆🤣