Thanks for these episodes! Very appreciated! It would be great to see how to convert the storage option to use SwiftData instead.
@iOScribblerКүн бұрын
@@PhilippeGélinas-h6d noted!
@alvindizon52106 күн бұрын
Thank you for this series! Would be great to have another tutorial that shows consuming a REST API and offline functionality :)
@iOScribbler6 күн бұрын
Noted! Thanks for your support!
@MarchedYeti9610 күн бұрын
This is pretty much what I'm looking for! I'm getting into the amp sim/daw space and love having the AI to the left for guitar cables + headphones. So much better than having it on the desk.
@iOScribbler10 күн бұрын
Yep same. So easy to plug the guitar.
@shotbypartha25 күн бұрын
How was the desk quality ?
@iOScribbler25 күн бұрын
Really good. Have it for 3 years. No issue so far.
@alvindizon5210Ай бұрын
Deleted my comment re: formatting shortcut, misheard Control + M as Control + N :) Might be a good idea to put captions if mentioning shortcuts or commands
@iOScribblerАй бұрын
Thank you for your input. Will definitely take that into consideration.
@abdulmomen1145Ай бұрын
please share the code snippet
@iOScribblerАй бұрын
Hi there! Thank you for commenting. There will still be a couple more videos and then the code will be pushed to the github from description. Stay tuned!
@tomma5oАй бұрын
As always, this is a really clear and useful video! I have a question: you used two tasks one attached to the mainContent and one to the sheet. Maybe it’s just me, but I’d prefer to keep the data fetching closer to the sheetContentView. That way, if there are multiple sheets, the data fetching remains near the sheet that’s using it. There are ways to do it?
@iOScribblerАй бұрын
Hi! Thank you for your support. Both task modifiers are attached to the mainContentView. The only difference is that the block inside the one with the id will be triggered only when that id is true(hence the guard statement). The one without id for data fetching will be triggered everytime the view appears. I hope that is clear.
@tomma5oАй бұрын
@@iOScribbler yep is clear, but let's suppose we have 10 sheet in the same view, i;ll need to have 10 task with 10 @state? Hope the question is clear :)
@iOScribblerАй бұрын
@@tomma5o I see now. Well when you use task(id) is really a matter of preference. But yeah in this case it would have been cleaner to place that task for saving, attached to the subview that is the sheetContentView inside the extension. So in that way no matter how many sheets you have they are split across those subviews and the code would be easier to read. Great insight!
@bjp_for_2024Ай бұрын
I did not find this code in github linek
@iOScribblerАй бұрын
Hi! There will be a couple more videos until all the code will be available. Stay tuned!
@bjp_for_2024Ай бұрын
@@iOScribbler ok thanks
@andarwalyАй бұрын
Learn a lot from your vids!!!
@iOScribblerАй бұрын
Thank you. Your feedback means a lot for me!
@dantesgeorge8480Ай бұрын
Excelente. Gracias
@iOScribblerАй бұрын
You are welcome!
@AbdurahmonJamoliddinov-v1bАй бұрын
Great video, learned 3 things
@iOScribblerАй бұрын
@@AbdurahmonJamoliddinov-v1b really glad!
@najma492Ай бұрын
Could you create a video on design concepts such as use case diagrams, activity diagrams, domain models, and UML class diagrams? I'm working on a time management application for my final year project, and these elements would be incredibly helpful. Thank you!
@iOScribblerАй бұрын
I get it and ’ve been there during my college years, building dozens upon dozens of diagrams. However, in my 5 years of working on production projects, I can confidently say that only class diagrams and flow diagrams have proven to be truly useful. Even then, they’re not created in the same detailed way as in university but are more abstract to help the team stay aligned. On this channel, I aim to focus on real-life scenarios, and while I may occasionally use some diagrams, I’ll make sure to keep this in mind.
@tomma5o2 ай бұрын
Is it common to extend the Date (or whatever) native objects, in other languages it's kind of a bad practice for various reasons, isn't better to make utils/helpers functions and use it like formattedAsDayMonthYear(myDateValue)? or in swift is accepted this behaviour? And as always thanks for this videos! 🙏
@iOScribbler2 ай бұрын
In Swift is really common and used in many big small medium projects. Having that extension on String Int etc allows for easy integration when called directly on that type. Appreciate it!
@PhilippeGélinas-h6d2 ай бұрын
Great video once again! Thank you! Very nice UI, I appreciate your attention to these details. Looking forward to the next ones!
@iOScribbler2 ай бұрын
@@PhilippeGélinas-h6d really appreciate it. I am not a native speaker and sometimes I find it hard to explain specific concepts but with patience I think I will deliver the full series!
@pythagorfpv2 ай бұрын
What is the best way to create a playlist music app, like how store the music data cover etc ? Thank u for your videos
@iOScribbler2 ай бұрын
@@pythagorfpv thank you! When storing large binary data is not recommended to use swift data or coredata due to performance issues. You should rather store the data in file’s directory or cache and just store the url that is pointing to that resource in a local db.
@tomma5o2 ай бұрын
Thank you on what you’re doing here, i’ve just started with swift and this videos are gold Keep up the good work 🔥
@iOScribbler2 ай бұрын
@@tomma5o really appreciate the comment. Thank you a lot!
@rubiadias76772 ай бұрын
Obrigada!
@iOScribbler2 ай бұрын
@@rubiadias7677 you’re welcome!
@timlwsk2 ай бұрын
Excited to see where this is going!
@iOScribbler2 ай бұрын
@@timlwsk check out the next parts. So far we have the basic setup of the project and in the next video will start coding the Ui
@PhilippeGélinas-h6d2 ай бұрын
Thanks for your videos. Can't wait to see the next ones!
@iOScribbler2 ай бұрын
@@PhilippeGélinas-h6d really appreciate it!
@sakuntalasutar99462 ай бұрын
Look cool bro and clean 😊
@iOScribbler2 ай бұрын
@@sakuntalasutar9946 appreciate it
@kraissus2 ай бұрын
I'm excited to see the rest of the videos. Great job
@iOScribbler2 ай бұрын
@@kraissus really appreciate it. Thank you!
@MarkMendoza-v6h3 ай бұрын
Here from Threads! So cool!
@iOScribbler3 ай бұрын
@@MarkMendoza-v6h really appreciate it. Thank you!
@patrickjakobsen18033 ай бұрын
Good job dude! Keep it going 🎉🎉
@iOScribbler3 ай бұрын
@@patrickjakobsen1803 really appreciate it.
@UnitedStatesOfAmerica-q2c3 ай бұрын
Hey I really like your vid and never give up you'll get there😊
@iOScribbler3 ай бұрын
@@UnitedStatesOfAmerica-q2c really appreciate the comment
@beckmega43094 ай бұрын
woow nice job
@iOScribbler4 ай бұрын
@@beckmega4309 thank you
@Kwint.4 ай бұрын
What is the desk called>?
@iOScribbler4 ай бұрын
@@Kwint. ikea trotten
@alfieup79765 ай бұрын
It's beautiful, can you tell me the size of the table?
@iOScribbler5 ай бұрын
@@alfieup7976 ty 160x80 cm
@9х39_7Н96 ай бұрын
Все прекрасно, только стабилизации бы добавить, без нее как-то рвано.
@iOScribbler6 ай бұрын
@@9х39_7Н9 what do you mean by that?
@9х39_7Н96 ай бұрын
@@iOScribbler, стабилизацию на камеру надо.
@atanasiohetiback9677 ай бұрын
😢 nobody has to like it why
@echolith_vn7 ай бұрын
Chill.
@iOScribbler7 ай бұрын
Very
@gioreyes90557 ай бұрын
Subscribing, hope to see more from you :)
@iOScribbler7 ай бұрын
Thank you very much! Stay tuned!🔥
@Uthael_Kileanea7 ай бұрын
Foxes are the best 4-legged creatures.
@iOScribbler7 ай бұрын
Love them so much ❤️❤️
@tarta2002dragos7 ай бұрын
Hey, man! Hope you're doing well. Just remember to take some time for yourself as well; go for a walk, spark a conversation with a stranger or enjoy a concert, anything to break the routine a bit. I also work remotely, albeit in a different field, and I know how tiring it can be to spend every day at home. So just make sure you get to switch things up a bit from time to time and live life as well! Have a great day!
@iOScribbler7 ай бұрын
Great advice thank you !🔥
@Someone_OnTheNetwork8 ай бұрын
Bro was typing on a black screen 💀
@itsmecrax11598 ай бұрын
U blind brotha?
@Someone_OnTheNetwork8 ай бұрын
@@itsmecrax1159 oh wait nvm now I see it, i was using phone at low brightness so i couldn't tell
@iOScribbler8 ай бұрын
Lol😂
@Someone_OnTheNetwork8 ай бұрын
@@iOScribbler yeah sorry, I use low brightness cuz it hurt my eyes
@iOScribbler8 ай бұрын
@@Someone_OnTheNetwork no worries. Thank you for being here! 🔥
@BigStereoVR8 ай бұрын
Watching stuff like this, makes me miss Flash.
@iOScribbler8 ай бұрын
Hm interesting what do you mean?
@tejashsingh20609 ай бұрын
Remote always
@tejashsingh20609 ай бұрын
How to find recruiters
@iOScribbler9 ай бұрын
When you have some experience usually they come to you on linkedin. What I did at the start of my journey is spamming my CV for internship positions at different companies. It worked
@tejashsingh20609 ай бұрын
@@iOScribbler but how do i find recruiters to spam my resume
@iOScribbler9 ай бұрын
@@tejashsingh2060 check out companies in your town or in linkedin filter by internships or entry level jobs and start applying
@kieran25289 ай бұрын
'Promo sm'
@iOScribbler9 ай бұрын
?
@EakerFortnite10 ай бұрын
When
@Shity91110 ай бұрын
My mom, my grades my anxiety
@iOScribbler10 ай бұрын
Lol. Usually moms know what is best for us so maybe try talk things out 😁
@projecteventhorizon167010 ай бұрын
I feel you😢❤
@iOScribbler10 ай бұрын
Thank you🥲
@beastpiano677411 ай бұрын
yes
@Teleoos11 ай бұрын
I'm also coder ❤
@iOScribbler11 ай бұрын
Nice keep it up. Glad you are here! 🔥
@No_Name-_--11 ай бұрын
🤮
@mido_mayadoo Жыл бұрын
No, now imagine a sony user each phone is like 2.5k
@Mochi-lf5rz Жыл бұрын
Flexing that u got scammed by Apple 5times? Its just a worse product for the money in general the Apple apps are slower and less convenient. I'll never not look down on Apple users as lower life forms
@iOScribbler Жыл бұрын
Haha. When you code for Apple and money keeps coming there is no issues with having multiple devices to test on. I am not buying devices to validate anything. I earn my living with them so I guess is different than people who buy a new iPhone just because is new…lol
@ewaldius Жыл бұрын
Can't flex with apples
@sabrinaharrington8406 Жыл бұрын
😠 *promosm*
@alenayoutube1574 Жыл бұрын
Which framework are you using swift ui or uikit
@iOScribbler Жыл бұрын
Both. In my personal projects only SwiftUI, at work a combination of the two.