Style Parts of a Text in SwiftUI
3:52
21 сағат бұрын
Allow Feature Requests with WishKit
6:46
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
7 ай бұрын
The BEST Way to Build an App
6:29
Introduction to TipKit for iOS 17
11:47
Пікірлер
@tdrg_
@tdrg_ 2 күн бұрын
Does the view refresh on data changes, like @Binding?
@indiekiduk
@indiekiduk Күн бұрын
Yes as long as it’s a value
@toyinibiyemi8560
@toyinibiyemi8560 2 күн бұрын
Wow
@SebastienBarrau
@SebastienBarrau 6 күн бұрын
Didn't know about the autocomplete trick!
@twilightDD
@twilightDD 6 күн бұрын
Text("Hello\(Text(", world")") - The fact that this really works is beyond me. Swift and SwiftUI turn out to be more and more weird.
@codetard
@codetard 7 күн бұрын
I had been using a UserDefaultsManager class shared between my main app and widget extension. After spending days troubleshooting the issue, I watched your video and decided to remove the shared class. Instead, I accessed UserDefaults directly within the app, and that solved the problem. It's so strange that Core Data can be shared as a file, but UserDefaults doesn’t work the same way!
@justsmile7449
@justsmile7449 8 күн бұрын
Hello thnks for your videos as someone new to ios do you recommend uikit or swiftui ? Thnks
@FloWritesCode
@FloWritesCode 7 күн бұрын
Depends on what you want to do. SwiftUI is great for personal projects and newer apps, while old apps are still based on UIKit.
@dannyrabaan
@dannyrabaan 8 күн бұрын
Oh man ty for this video. I’ll search your channel more another day but do you have one where you can view other players stats? Like how many vip subscribing players
@ritikkarma1405
@ritikkarma1405 9 күн бұрын
Is we can use HStack for the same ?
@FloWritesCode
@FloWritesCode 7 күн бұрын
Sometimes, yes. But if your Text spans multiple lines then HStack won’t do the trick.
@Martin-Developeeeer
@Martin-Developeeeer 9 күн бұрын
Great tips! SwiftUI is so versatile, sometimes even a bit too much, in my opinion. I would rather use an AttributedString, but it's still nice that this is possible. <3
@Mikey19846
@Mikey19846 10 күн бұрын
Is being an ios developer still a stable career? I took programs from angela yu and codewithchris but stopped at around 2021. Recently the thought of learning swift popped up in my mind again. Maybe this time i will take learning it as a hobbie. I just wonder are developers still a hot commodity nowadays
@RandomGaming_69
@RandomGaming_69 11 күн бұрын
Hello, is it possible to use focus state between textfield and picker when pressing tab on the textfield the picker automatically selected?
@numb980
@numb980 16 күн бұрын
Tried to use it, but unfortunately, there's too little customization, so the section always looks off
@FloWritesCode
@FloWritesCode 16 күн бұрын
Get started with WishKit today: www.wishkit.io?via=flo (affiliate link)
@MobileDeveloper1965
@MobileDeveloper1965 21 күн бұрын
I am using code with Chris. It is an excellent program to follow to learn iOS development
@FloWritesCode
@FloWritesCode 17 күн бұрын
I agree, they have great courses! LMK once you stumble upon my guest lectures on there :)
@syed_hassam
@syed_hassam 22 күн бұрын
Thank you
@ivangalarzasaavedra4914
@ivangalarzasaavedra4914 23 күн бұрын
Thanks Mate🤝
@artinstroukeprod
@artinstroukeprod 23 күн бұрын
Thank you for sharing and explanation! Quite a curious option about the rating - it turns out it can be accidentally reset if you select reset?
@FloWritesCode
@FloWritesCode 23 күн бұрын
Yes, but I would argue that most people will never touch that button. It's helpful if you completely remake the app and want to get a clean start with ratings as well.
@artinstroukeprod
@artinstroukeprod 23 күн бұрын
@@FloWritesCode I agree. For some reason I thought every update resets the rating :) Just heard that somewhere and remembered it. But now I decided to go into details and was pleasantly surprised that it is an option and not a fact.
@ITSol-e4x
@ITSol-e4x 24 күн бұрын
Thanks for the useful tutorial learn a lot of concepts :)
@FloWritesCode
@FloWritesCode 24 күн бұрын
You're welcome! What would you like to learn next?
@eliasmerzhauser
@eliasmerzhauser 26 күн бұрын
Cool Video! Is it possible to save SwiftData from a another WindowGroup? I tried to pass my view with a model through the openWindow() method but only adding and deleting items from SwiftData work. I assume it has to do with the Binding.
@FloWritesCode
@FloWritesCode 17 күн бұрын
Without knowing more about your implementation, I'm unsure how this works. Did you pass the model or the modelContainer to the second window?
@turyng-or1js
@turyng-or1js 28 күн бұрын
Is German your first language? =)
@FloWritesCode
@FloWritesCode 27 күн бұрын
Yes it is :D
@Nimmai-v9e
@Nimmai-v9e Ай бұрын
Good job make another video pls
@FloWritesCode
@FloWritesCode 29 күн бұрын
Thanks! What would you like to see next?
@pauljenkins6031
@pauljenkins6031 Ай бұрын
Thank you very much, why is my review asking for screenshots when we have uploaded them before thank you Paul
@FloWritesCode
@FloWritesCode 29 күн бұрын
Sometimes App Reviewers are unable to test your app (e.g. external hardware requirements). In such situations you might need to provide additional material to assist them.
@sprue_goose
@sprue_goose Ай бұрын
Nice work Flo
@FloWritesCode
@FloWritesCode 29 күн бұрын
Thank you!
@Sunstriderko
@Sunstriderko Ай бұрын
This is an amazing piece of information. Quick video with a great explanation. Thanks so much.
@FloWritesCode
@FloWritesCode 17 күн бұрын
Glad you enjoyed it!
@samuelalarcon3730
@samuelalarcon3730 Ай бұрын
DANG IT WAS THAT EASY?? BEAUTIULL THANKS MAN
@FloWritesCode
@FloWritesCode 17 күн бұрын
You're welcome! What are you using this API for?
@FavourUgwu-pn9cr
@FavourUgwu-pn9cr Ай бұрын
Thank you for your video! But i have questions... can this be used to publish any app irrespective of the platform it was used in creating the app? For instance, i created my app on goodbarber and have applied for the apple developer program. so please how do i go from there to ensure my app is published? I appreciate your response Flo.
@RajeenMohammad
@RajeenMohammad Ай бұрын
how can I add multiple controlWidgetButton? I'm not able to nest multiple buttons inside StaticControlConfiguration(){}. Are we supposed to create a separate ControlWidget identity for it?
@MrEpile
@MrEpile Ай бұрын
Than you flo, this is great!
@larsh5853
@larsh5853 Ай бұрын
Great video! So, does MailKit not allow an extension to read the actual email content directly? Would the user have to manually copy and paste the content from the email into the extension? The ideal solution I’m aiming for is to have a button in the mail app that the user can click, which would automatically send the content of the selected email to my application (server-side). It seems like this isn’t possible-am I correct?
@FloWritesCode
@FloWritesCode 29 күн бұрын
Yes, exactly
@fiftyshadesofurban
@fiftyshadesofurban Ай бұрын
You are the MVP!!!!!!!!! I had to use AppStorage for this to work... but this is the only thing that I could get to update my view!
@paschalkings8184
@paschalkings8184 Ай бұрын
I am starting the course, and I want appreciate for the effort ❤
@FloWritesCode
@FloWritesCode 17 күн бұрын
Hope you enjoy it!
@justinbulenga6698
@justinbulenga6698 Ай бұрын
Hello! can I open an app's specific NavigationView via Widget?
@juanjovalino
@juanjovalino 2 ай бұрын
you are the best! you saved my life today with this awesome tutorial man! 🫶🏼
@UncleF115
@UncleF115 2 ай бұрын
this is good info. i enrolled in dev program in dev app yesterday and made payment. but i still cannot login to appstoreconnect website. any suggestion
@UncleF115
@UncleF115 2 ай бұрын
also can you explain about personal team individual team etc. i dont know how that concept work, im just making app myself
@UncleF115
@UncleF115 2 ай бұрын
and how about diff regions of app store, how does it work
@30guarino
@30guarino 23 күн бұрын
@@UncleF115 any luck or video that help you achieve your results?
@santanah.6897
@santanah.6897 2 ай бұрын
How much would you charge to help me build a game app?
@DragonByte79
@DragonByte79 2 ай бұрын
Leider so in Swift 6 nicht mehr umsetzbar :/
@DragonByte79
@DragonByte79 2 ай бұрын
In part target membership, you added MyTextStorage and MyTextWidgetsExtension. How do you do that? I have a problem here: I can't add my widget to the Target Membership. It is not showing up. Do you know why? I want to share my Class from one target to my widget target. The class is not known in the widget.
@bklock7
@bklock7 2 ай бұрын
Any idea how to set the output image size with exact height / width?
@ampsonic
@ampsonic 2 ай бұрын
Thank you! This was very helpful
@luanabueno5971
@luanabueno5971 2 ай бұрын
please make a video showing how to make a control that opens a "favorites" or specific view in an app.
@Ugeen-Huge-Jeans
@Ugeen-Huge-Jeans 2 ай бұрын
I noticed that frame() doesn’t work reliably. Spaceer() however does the job all the time.
@kurddata5228
@kurddata5228 2 ай бұрын
Very well explained. Thank you so very much.
@FloWritesCode
@FloWritesCode 2 ай бұрын
You're more than welcome!
@alanmaloney2791
@alanmaloney2791 2 ай бұрын
Great content from you as always; perfectly clear and concise. Great job!
@FloWritesCode
@FloWritesCode 2 ай бұрын
Thank you, that means a lot!
@marcesmack
@marcesmack 2 ай бұрын
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 2 ай бұрын
Great video! Thank you
@TerenceAlberti
@TerenceAlberti 2 ай бұрын
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 2 ай бұрын
How updateActivity function getting called ?, in video I can only see declaration and body of function