Пікірлер
@yizhiwang4928
@yizhiwang4928 3 күн бұрын
Thanks!
@yizhiwang4928
@yizhiwang4928 4 күн бұрын
Thank you!
@user-ix4yp7gl7g
@user-ix4yp7gl7g 5 күн бұрын
You definetly have to get used to this presentation style. Sometimes it gets a bit weird and there are some really fast moves. (Is there a slow motion function in KZbin?). Anyway, as soon as get into it, you have an execellent tutorial with lots of helpful information.
@BABEENGINEER
@BABEENGINEER 6 күн бұрын
Love your tutorials!
@user-zl6qv9vn1z
@user-zl6qv9vn1z 6 күн бұрын
Would you be doing any videos on SwiftData migration?
@MrSkovie
@MrSkovie 7 күн бұрын
Thanks, is there a way to detect if there's no row selected, lets say I want to add a item to the project selected, but if there's no row selected I want to remove the add button and replace it with a text " select a project" ?
@jur9103
@jur9103 7 күн бұрын
But how to delete language from string catalogue? Is it even possible?
@glebchubarov
@glebchubarov 8 күн бұрын
this is the most comprehensive video on that topic that i found anywhere, thank you for it! i am starting to study ios development and now i understand that base model will be more than enough for me
@divyanshurai8495
@divyanshurai8495 9 күн бұрын
Thank You this was good.
@qaziaydan1143
@qaziaydan1143 10 күн бұрын
Thank you so much. You are the best. 👍🏻
@ConanChou1412
@ConanChou1412 13 күн бұрын
the best @self vs @identity explanation! thank you
@paschalkings8184
@paschalkings8184 14 күн бұрын
thank you
@georgeboahene3254
@georgeboahene3254 16 күн бұрын
I enjoyed this. good job.
@frederikdiamond
@frederikdiamond 16 күн бұрын
Great video 😊 A shame there is such a lack of Swift videos about MacOS development on KZbin. Almost all Swift videos are about iOS...
@davidmullins3802
@davidmullins3802 17 күн бұрын
I pass a FetchDescriptor(predicate: sortOrder: ) to the initialization of a list or a table view. I don’t know if you figured this out yet. My list is dynamic and updates on what I want to short. I would crate a ViewModifier to preview data and put the debug compiler if statement. Prevents all the stuff, but with the beta this issue is fixed. With several updates to the Swift Data framework.
@henrypl360
@henrypl360 17 күн бұрын
Amazing! Such a nice, short, straight to the point, AND informative. Thank you.
@helloworld4303
@helloworld4303 18 күн бұрын
Thank you Karin! This video cleared up a lot of ambiguity on when views actually update and the importance of UUID
@LebenWerden
@LebenWerden 21 күн бұрын
How I can make more than 10 columns?
@Michael-Martell
@Michael-Martell 21 күн бұрын
Why not use Swift Data?
@AnotherOneChannel404
@AnotherOneChannel404 22 күн бұрын
Now my life much more easier, thank
@framora7598
@framora7598 24 күн бұрын
I've been looking for a video like this, thanks! ❤
@ich0halt1
@ich0halt1 26 күн бұрын
It's very confusing to newbies when you change your code mid-video because you realize it's not working, and cut some of the changes from the video ..
@ud1t665
@ud1t665 27 күн бұрын
Is there any way to export the xloc in a non-mac friendly way?
@michelandersonlutzteixeira4366
@michelandersonlutzteixeira4366 27 күн бұрын
Great video. I'm using it as a basis for an application I'm developing, but I need to include sections or groups, for example a table where I can separate by month sections.
@hellokittythecook5053
@hellokittythecook5053 28 күн бұрын
(2:14)
@LinuxH2O
@LinuxH2O 28 күн бұрын
Really informative, something I kind of was in need. Thanks for showing things off.
@Johnsmith-mu4ux
@Johnsmith-mu4ux 28 күн бұрын
Karin, can you please use dark theme for xcode when recording if possible, Thank you!
@in60
@in60 29 күн бұрын
Danke! Tolles Video!
@farisarie8584
@farisarie8584 Ай бұрын
Could u revised the english translation bcs sometimes the translation little bit ambiguous, thankyou
@RahulShivhare-t1v
@RahulShivhare-t1v Ай бұрын
Is this only works on SwiftUI?
@aleksejsigaj1373
@aleksejsigaj1373 Ай бұрын
Danke! :)
@KD-SRE
@KD-SRE Ай бұрын
I use '/bye' to exit out of the Ollama cli
@KD-SRE
@KD-SRE Ай бұрын
Great series! Thank you so much.
@kamilsuleymanov7197
@kamilsuleymanov7197 Ай бұрын
We can add conformation to Identifiable protocol to Color by adding id property in extension
@mr.random8447
@mr.random8447 Ай бұрын
Hardcoding fontSize, doesn't scale automatically when users change to larger text. How can I overcome this.
@paschalkings8184
@paschalkings8184 Ай бұрын
you are the best
@stelluspereira
@stelluspereira Ай бұрын
Excellent content, THANKYOU Mam
@balabuyew
@balabuyew Ай бұрын
1) Cannot find any information of how to scroll a Table using scrollPosition modifier both horizontally and vertically at the same time. Suppose I want to ensure that the 15-th column cell of 10-th row is shown on the screen. It seems that ScrollPosition structure does not provide any proper API. 2) Also, it's interesting how the system fills ScrollPosition structure after scrolling via mouse or gesture. When the top item is shown only partially, for example.
@OpiumSmoke8971
@OpiumSmoke8971 Ай бұрын
I have been up nights with garbage AI and this woman helped in an hour im talking many countless great projects that failed omg. Thank you so. much I dont trust machines esp AI their code is trash. I love how you did the nav split view or nav stack well I never understood I was good at c++ and not objc and swift mostly all cli mips lua guys I legit wasted nights so frustrated my mac probably wanted to cry .. You really have to just know and can't copy paste. Thanks again
@aleksandrkravtsov8727
@aleksandrkravtsov8727 Ай бұрын
perfect explanation
Ай бұрын
Awesome video! Vielen Dank 🙏
@AndyJMacLeod
@AndyJMacLeod Ай бұрын
I'm struggling to figure-out the best option for navigation when I have a mixture of non-value and value based navigation... and there's no tutorials on it. For example, to get to my main settings screen I use traditional destination based navigation links. But deeper in, I'm using value based navigation. It turns-out you cannot used the "dismiss" action with the isPresented navigationDestinations... and everything just becomes more messy that it needed to be.
@charliecho5392
@charliecho5392 Ай бұрын
47:50 "That's what they do with flashcards," haha, that was hilarious.
@leynercastillo
@leynercastillo Ай бұрын
Your content was the only that it helps me to fix my issue with my TabView without using UIKit components. Thanks
@LyricsVideo4U
@LyricsVideo4U Ай бұрын
01:14 Great stuff, keep it up
@sonnyramen
@sonnyramen Ай бұрын
Anyone knows Why can’t I see the subtitles? ? ?
@khermawan
@khermawan Ай бұрын
Ollamac and OllamaKit creator here! 👋🏼 Great video, Karin!! ❤
@kimsanov
@kimsanov Ай бұрын
The best Charts tutorial ever! Thank you!
@byaruhaf
@byaruhaf Ай бұрын
Hi Karin, have your views on Swift Combine changed in 2024? Do you think it's still worth investing time to learn Combine?
@the_avii_7
@the_avii_7 16 күн бұрын
Same question .
@dranoel8177
@dranoel8177 Ай бұрын
Your mouth noises are so annoying but your video is great. Please fix this for later and thanks a lot for the help, you made my day !