SidebarAdaptable in iPadOS 18
3:49
@Previewable in Xcode 16 Previews
1:38
Translation Framework in iOS 18
5:20
WidgetKit Masterclass 2024
2:29:03
4 ай бұрын
The BEST Way to Build an App
6:29
10 ай бұрын
Introduction to TipKit for iOS 17
11:47
Пікірлер
@alanmaloney2791
@alanmaloney2791 5 күн бұрын
Great content from you as always; perfectly clear and concise. Great job!
@FloWritesCode
@FloWritesCode 5 күн бұрын
Thank you, that means a lot!
@marcesmack
@marcesmack 6 күн бұрын
Great video! What’s the best way to keep the size of the window or at least a minimum size and proportions on visionOS?
@hakankumdakc9233
@hakankumdakc9233 6 күн бұрын
Great video! Thank you
@TerenceAlberti
@TerenceAlberti 12 күн бұрын
Is it possible to "notify" the main App from the ControlWidget in order to run some code there? something like the inverse way of doing the `ControlCenter.shared.reloadControls(ofKind: "...")`
@KartikeySingh-y9x
@KartikeySingh-y9x 12 күн бұрын
How updateActivity function getting called ?, in video I can only see declaration and body of function
@danielcrompton7818
@danielcrompton7818 13 күн бұрын
I either use .constant(value) or normal @State var …….. So why should I use the @Previewable? It still does not make sense
@alibayat3884
@alibayat3884 15 күн бұрын
How can I use the multi-targeting feature in Xcode to manage multiple restaurant apps within a single project? I want to share common code and resources while customizing specific aspects for each restaurant. Can you provide a step-by-step guide on how to set this up?
@danielcrompton7818
@danielcrompton7818 21 күн бұрын
Great tip 🙏👍👍 Yes I always love adding methods to certain arrays. Another way of writing it is: extension Array where Element == HealthStatus { } This is called *generics*
@easybusinessou
@easybusinessou 26 күн бұрын
Great content! Just a small suggestion: it would be even better if the focus was more on the screen code with fewer transitions. Also, keeping your photo in a small circle in the corner works well. Thanks for the valuable insights!
@jonasekstrom2449
@jonasekstrom2449 26 күн бұрын
Great!
@parthstellar1763
@parthstellar1763 29 күн бұрын
Can we have custom images in Control Center? i tried but aint working for me
@sameerhussain906
@sameerhussain906 7 күн бұрын
@parthstellar1763 It worked for me in iOS18 beta Xcode, but in release Xcode custom images are not working. Is it working for you?
@HUSAMSALEH
@HUSAMSALEH Ай бұрын
hey great video, how can i open\close or show\hide the menu bar item it self with shortcut or command, like i mean the app it self ?
@jlambert12013
@jlambert12013 Ай бұрын
Wish I would have ran across this video a long time ago mainly because “.gradient” would have saved me so much time.
@sajalkaushik5929
@sajalkaushik5929 Ай бұрын
does it work If I declare app intents in my cocoapods. Haven't been able to figure that out, yet. none of the documnetations talks about not having it included in main target
@blahblah-rn1ts
@blahblah-rn1ts Ай бұрын
Hey I've been trying to use this with NSPersistentCloudKitContainer and with a watchOS companion app. Somehow this is not working. Would love to see an example somewhere
@cargoshorts5666
@cargoshorts5666 Ай бұрын
hi do you know if there is a way to track a specific items progress as it passes thorugh a scroll view? so for instance in a scrollview + hstack, when an item enters the supposed value would be 0.0 and as we scroll across and the item moves to the left edge of the screen, the value would be 1.0 indicating the item has passed?
@will.gallegos
@will.gallegos Ай бұрын
Can’t you use material foreground style?
@NavpreetKailay
@NavpreetKailay Ай бұрын
Thanks
@максиммартынов-я1ь
@максиммартынов-я1ь Ай бұрын
nice idea but not usefull when you try to support ios 15-16=(
@nickdalts
@nickdalts Ай бұрын
I had absolutely no idea about that autocompletion trick, thanks!
@GaryvandenHeever1
@GaryvandenHeever1 Ай бұрын
Thank you very much - I was struggling with the version number as I used flutter and had to update the versions in there - then the archive updated the version number. Absolutely awesome video - thank you again
@1987alejandroivan
@1987alejandroivan Ай бұрын
It would be good to check out how this would work for success responses (code 200…299) that do not give us a response body (example: code 204, no returned JSON) :)
@ZeroTorySeats
@ZeroTorySeats Ай бұрын
Is there a way to show a pull-out sidebar on iOS?
@jeremymeissner7603
@jeremymeissner7603 Ай бұрын
Hey! I wanted to try your project on my machine but the GitHub project is not up to date! it stopped at lesson 3. Can you update it please? Thank you!
@danielcrompton7818
@danielcrompton7818 Ай бұрын
Great video, keep ‘em coming!
@RadikKhaziev
@RadikKhaziev Ай бұрын
The author did not discuss the topic with two versions of the application; usually during development two applications are released at once, release and debug. I would like to hear how to work in this case
@itsmichaldood
@itsmichaldood Ай бұрын
This was super useful ! Thank you again
@danielcrompton7818
@danielcrompton7818 Ай бұрын
Fantastic, so how does the simulator show sensory feedback or will I need to run the app in my real iPhone to see it?
@nikichankov
@nikichankov Ай бұрын
Can we upload it first for testing , in TestFlight , and after the test then to production ?
@FloWritesCode
@FloWritesCode Ай бұрын
Yup! A video on uploading to Testflight is coming soon too.
@daco9464
@daco9464 Ай бұрын
Explain why? And how you want to write a bunch of business logic in View only? View only is okay if you have a few Views with a small amount of @State/@Binding and some small functions. But it makes the code extremely complex if you have a lot of variables, functions, model structs etc. in one and especially in many view, wich business logic is even connected to each other. So it makes sense to use MVVM or at least MVC!
@denisk3852
@denisk3852 Ай бұрын
Thank you bro!
@vishal-val
@vishal-val Ай бұрын
thank you for helping your video
@martygo
@martygo Ай бұрын
Great!
@michael_mei
@michael_mei Ай бұрын
Those are great new features to know and use. Thank you.
@DraccoStudio
@DraccoStudio 2 ай бұрын
And how can i add a navigation title for the tab view? Because when i add a NavigationView, the sidebarAdaptable doesnt work... because my app works in ios and ipados, but ipados i want to add the sidebar adaptable, do you have any suggestion?
@Blozoozozoz
@Blozoozozoz 2 ай бұрын
Some overlayed code snippets would have gone a long way toward explaining the differences between MVVM and View-only. I'm 7 minutes in, and I still don't really follow what's going on.
@sudebsarkar21
@sudebsarkar21 2 ай бұрын
really awesome
@zanesabbagh6930
@zanesabbagh6930 2 ай бұрын
Phenomenal content. So clear.
@gerardgomez5987
@gerardgomez5987 2 ай бұрын
Is there currently a way in iOS 18 to hide TabSection headers in the TabBar view while keeping them visible in the Sidebar view and, importantly, while still showing the tabs themselves in the TabBar.
@gerardgomez5987
@gerardgomez5987 2 ай бұрын
Never mind, I was able to use isTabBarShowingSections Environment Value. although I would much appreciate a tabSectionHeaderVisibility(.sidebar) modifier instead of using a if statement.
@gerardgomez5987
@gerardgomez5987 2 ай бұрын
That did not work
@oleh2296
@oleh2296 2 ай бұрын
oh no, one more architecture. let me guess, it's better than all previous known
@irwanclark3387
@irwanclark3387 2 ай бұрын
I'm quite new to swift and creating apps etc. I've made an app and it works (just a simple reminders app) but I'm struggling to get it to work with widgets. I've followed the widget part of the tutorial and there aren't any errors, but when running the app if I add a new reminder it doesn't update in the widget. I'm unsure of how I'm meant to get it to update once I add new reminders. Any idea how to do this?
@FloWritesCode
@FloWritesCode 2 ай бұрын
Hey there! Good job working on your first app. I have a video on refreshing widgets in my WidgetKit playlist - this is probably what you're looking for :D
@irwanclark3387
@irwanclark3387 2 ай бұрын
@@FloWritesCode Ahh thanks! Your tutorials have been really helpful in getting everything working.
@ВероникаКостина-л8ф
@ВероникаКостина-л8ф 2 ай бұрын
Thank you! I think your WidgetKit tutorials are the best on youtube😄
@FloWritesCode
@FloWritesCode Ай бұрын
Glad you like them!
@justmytraining4190
@justmytraining4190 2 ай бұрын
thanks, very useful for me
@FloWritesCode
@FloWritesCode Ай бұрын
You are welcome
@DianaBrik
@DianaBrik 2 ай бұрын
Thank you so much for this video! Very helped😊
@FloWritesCode
@FloWritesCode Ай бұрын
Glad it was helpful!
@da6410
@da6410 2 ай бұрын
Thank you!
@FloWritesCode
@FloWritesCode 2 ай бұрын
You're welcome!
@Algorithmswithsubham
@Algorithmswithsubham 2 ай бұрын
Sir can you give me a clear roadamap on how I can learn ios development in 2024 , or please make a video on it ❤