Request User Location With SwiftUI

Поделиться
HTML-код
  • Опубликовано: 1 ноя 2024

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

  • @comexbackkid
    @comexbackkid 2 года назад +8

    Yo dude this video was exactly what I was looking for. Haven't seen any of your RUclips videos until just now. Very to-the-point, perfect balance of basic implementation but also explaining in enough detail each step along the way. Love your teaching style, but pissed because now I'm going to have to pour through your channel for the next few days!!

  • @NoName-sk4ik
    @NoName-sk4ik 3 месяца назад +1

    thank you so much. ive been trying to add the plist file for myself and always got mistakes. i know the point of this video is another but it helped me alot! 22:08

  • @wahaxoxo
    @wahaxoxo Год назад +2

    Thanks a lot! it helped me.

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

    So helpful! Thank you!

  • @txpilot03
    @txpilot03 2 года назад +1

    @AppStuff This is a great video, it helped a lot. Only thing is you didn't seem to address the "Maybe Later" button. How to get back to the ContentView() if the user presses this? Since it's not in the Navigation Stack hierarchy what is the best way to Navigate to the ContentView is the "Maybe Later" button is pressed? I have been fighting with this for a couple of days. with State/Binding and .presentationMode....but can't find a solution. Any advise would be greatly appreciated. iOS16 Thanks

    • @soci984
      @soci984 10 месяцев назад

      You could present the "LocationRequestView" as a full screen cover and then simply dismiss the cover with the "Maybe Later" button

    • @txpilot03
      @txpilot03 10 месяцев назад +1

      @@soci984 That’s what I ended up doing. Thanks for the reply.

  • @latinacoder3699
    @latinacoder3699 2 года назад +3

    Thanks so mucho man you save me always

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

    hey can you please make course on how to make a alarm app? like the one on our iPhones

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

    Thanks a lot, it's working but idk why the view doesn't switch when userlocation isn't nil ;) great tuto

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

      same here, did you figure out why?

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

      same here as well. doesn't open view embedded in NavigationView@@lukepurcell

  • @KanOfWhoopass
    @KanOfWhoopass 2 года назад +1

    Fabublous! Thanks for the video!

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

    Love your videos and courses! I was wondering if you could help answer this question for me? I'm building an app (Portfolio Project) similar to life 360 and I have user tracking already set up using combine, core location, and mapKit. I was wondering if you knew how I could share the location to other users in case of some sort of emergency or could point me to documentation? Thank you so much, I aspire to be able to code like you! Thank You.

    • @appstuff5778
      @appstuff5778  2 года назад +1

      You need to have a backend where you upload user location coordinates. You would then have to implement the logic for when to share the location and what users can see the location

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

      @@appstuff5778 Could I use firebase for this?

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

      Thanks for responding by the way!

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

    could weak self be implemented in this ?

  • @latinacoder3699
    @latinacoder3699 2 года назад +1

    Since 2020

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

    PLS MAKE VIDEO ON "HOw to implement Admob in Xcode 13"

  • @BalaaLyf
    @BalaaLyf 4 месяца назад

    i need this one in swift only