SwiftUI MapKit Basics

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

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

  • @CodeWithChris
    @CodeWithChris  8 месяцев назад +1

    👋 Our "Launch Your First App" program will help you build up your iOS skills to publish your very own feature rich app even if you’re a beginner starting from scratch. cwc.to/youtubeoffer

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

    Chris, I first watched your videos four years ago, took a break from the developer path, and now I'm back watching them again. They are truly awesome. You have an incredible talent for explaining things and presenting them in an elegant way. I must make a point to watch your videos more often. Definitely much more.

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

    I watched the full WWDC23 video before I watched yours. I must say, you were able to cover the essentials quite well in a fraction of the time! Thanks.

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

    Wow, this makes Maps so much easier in SwiftUI! I'm working with Maps in an iOS 14 project and they are a HASSLE! Such a nice new API. Thanks for introducing it :D

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

    Thank you for your content. It is very easy to understand for someone who doesn't speak English.
    Greetings from argentina

  • @poovarasank7747
    @poovarasank7747 Год назад +1

    Today I was planning to learn mapkit, I searched the web and youtube OMG it happened unexpectedly thanks chris... Nic tutorial 🔥

  • @richardcoterie8091
    @richardcoterie8091 Год назад +4

    Hi. It's showing error/ "Missing argument for parameter 'mapRect' in call" just as I first wrote Map()

  • @monsieurmilo2841
    @monsieurmilo2841 6 месяцев назад

    Thank you very much for helping me learn 🤗

  • @snavemarc
    @snavemarc 9 месяцев назад

    Thank you! I have learnt loads with this video!

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

    Thanks Chris another winner.

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

      Thanks for watching! I'll be sure to let Chris know :) - Iñaki

  • @TheRealDomDavid
    @TheRealDomDavid 2 месяца назад

    Do you have a video where you can add to the map on the user end and store them?

  • @noblehonorable
    @noblehonorable 8 месяцев назад

    absolute goat ty ❤

  • @jesseyates4473
    @jesseyates4473 Год назад +1

    Where can I make video suggestions for this channel? Thx😊

  • @senex5955
    @senex5955 6 месяцев назад

    How can i center the map on a specific coordinate on view creation?

  • @110jmartin011
    @110jmartin011 Год назад

    you got me by 30 seconds, now let see if I was just baited into a 10 minute video for add revenue

  • @s.tunahanustuntepe2966
    @s.tunahanustuntepe2966 5 месяцев назад

    How do we get the coordinate of the user automatically here, here we give it manually?

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

    Hi, thanks for this great intro to maps. I will build an app for aircraft navigation and unfortunately, there is no internet access in the aircraft. Can you give me some advice how I can download maps for offline usage? Thanks and best regards, Wolfram

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

    Hey,
    I love the video!
    Could you explain how show the user location with the new API?

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

    Hi Chris, great video! One question, how should one go about integrating a map in an app for iOS 16? All resources online now point to this Xcode 15 (iOS 17). Really struggling with this, can you point me in the right direction? It seems that MapKit API deprecated the iOS 16 way of doing things, and now only works with Xcode 15... Please help!

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

    Thx man! you're making almost possible my app for my college project 🫂

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

    I tried to create an app with UIMapKit a few years ago. I was making some progress but eventually my limited coding experience prevented me from completing it. I’m hoping SwiftUI will make my attempt much easier.

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

    Can you do tutorial to how to show user location

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

    Is it possible to use Map() in a Widget? I get a yellow box with a red 🚫 when I try this in a Widget.

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

      Hello @iAppleOrchard,
      I'm sorry we haven't tried it yet.
      --Joash

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

    does anyone know if you can remove the standard map markers so that the map only shows your markers? I know there was a way to do it in UIKit but haven’t been able to find if its possible with the new MapKit.

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

    How to keep the user logged in even after killing the app and reopening it
    I'm using Firebase phone number OTP authentication with SwiftUI

  • @MAGO_youtuber
    @MAGO_youtuber 9 месяцев назад

    merci mon gars

  • @110jmartin011
    @110jmartin011 Год назад

    if I use xcode beta, can I still use my app on ios14???

  • @phongho.design
    @phongho.design Год назад

    Xcode 14.3.1 have a error when create a Map(), this error " Missing argument for parameter 'mapRect' in call ".... i should up xcode 15 Chris ?

    • @QAYWSXEDCCXYDSAEWQ
      @QAYWSXEDCCXYDSAEWQ Год назад +1

      This video is all about mapkit under iOS17 which needs XCode 15, aka iOS 17...

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

      ​@@QAYWSXEDCCXYDSAEWQ Hi Chris, great video! One question, how should one go about integrating a map in an app for iOS 16? All resources online now point to this Xcode 15 (iOS 17). Really struggling with this, can you point me in the right direction? It seems that MapKit API deprecated the iOS 16 way of doing things, and now only works with Xcode 15... Please help!

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

    why do I have errors " Cannot find type 'MapCameraPosition' in scope", "Cannot find 'Marker' in scope", "Cannot find 'Annotation' in scope". pls help me

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

      Hi, can you check if you have `import MapKit` on top?
      It seems likely that it's missing by the errors you got.
      You may also want to use Xcode 15-beta for this.
      Hope that helps!
      - Iñaki

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

    i wish you could add. one more function to this. how to interact with markers

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

    Can you show in a future vid how we could add button for directions from where the user is to selected coordinates, it would help a lot. Thx!☺️

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

    Hlo sir how to swift use in windows isawmany vedio butno one vedio is proper useful plz tell me in details i want to start my carreer in software development .

    • @CodeWithChris
      @CodeWithChris  Год назад +1

      Developing iOS apps in Windows is pretty limited, you may check your options on this article: codewithchris.com/ios-development-windows/
      - Iñaki

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

      Sir i want to ask Personally how to start carreer in software development from home and start earning . How to start work from home and start earning . Plz suggest me proper. I saw many Vedio. But no one guide proper way or step by step . Plz sir i need your help .

  • @danielcrompton7818
    @danielcrompton7818 9 месяцев назад

    This should be on CWC+, especially the camera positioning part. This way everything is together

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

    Hy Chris I watch your videos and these help me a lot. please create a
    video in which add the google map with search functionality in swifUi

  • @finnalandem
    @finnalandem 6 месяцев назад

    Went from MapKit to KitMap in just a mere 6 seconds 😂