SwiftUI MapKit Basics

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ย. 2024

ความคิดเห็น • 41

  • @CodeWithChris
    @CodeWithChris  6 หลายเดือนก่อน +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 11 หลายเดือนก่อน

    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 9 หลายเดือนก่อน

    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 🔥

  • @monsieurmilo2841
    @monsieurmilo2841 3 หลายเดือนก่อน

    Thank you very much for helping me learn 🤗

  • @richardcoterie8091
    @richardcoterie8091 ปีที่แล้ว +4

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

  • @oreooreo7
    @oreooreo7 7 หลายเดือนก่อน +1

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

  • @snavemarc
    @snavemarc 7 หลายเดือนก่อน

    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

  • @danielcrompton7818
    @danielcrompton7818 7 หลายเดือนก่อน

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

  • @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.

  • @noblehonorable
    @noblehonorable 5 หลายเดือนก่อน

    absolute goat ty ❤

  • @110jmartin011
    @110jmartin011 ปีที่แล้ว

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

  • @jesseyates4473
    @jesseyates4473 ปีที่แล้ว +1

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

  • @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!☺️

  • @MAGO_youtuber
    @MAGO_youtuber 6 หลายเดือนก่อน

    merci mon gars

  • @simmsilot7696
    @simmsilot7696 ปีที่แล้ว

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

  • @wolframschiffmann
    @wolframschiffmann 9 หลายเดือนก่อน

    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

  • @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

  • @s.tunahanustuntepe2966
    @s.tunahanustuntepe2966 2 หลายเดือนก่อน

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

  • @senex5955
    @senex5955 3 หลายเดือนก่อน

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

  • @geneva5213
    @geneva5213 ปีที่แล้ว

    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!

  • @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

  • @will.gallegos
    @will.gallegos ปีที่แล้ว

    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

  • @110jmartin011
    @110jmartin011 ปีที่แล้ว

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

  • @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.

  • @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

  • @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...

    • @geneva5213
      @geneva5213 ปีที่แล้ว

      ​@@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!

  • @kunchen6908
    @kunchen6908 ปีที่แล้ว

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

  • @FabricioMTL
    @FabricioMTL ปีที่แล้ว

    Can you do tutorial to how to show user location

  • @finnalandem
    @finnalandem 4 หลายเดือนก่อน

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

  • @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 .