Тёмный

5 Steps to Better SwiftUI Views 

Paul Hudson
Подписаться 111 тыс.
Просмотров 56 тыс.
50% 1

In this video I show you five smart ways to make your SwiftUI views simpler and more maintainable.
- 3:51 Creating properties for your supplementary views
- 11:05 Breaking larger views into smaller ones
- 17:18 Getting action code out of your view body
- 22:40 Creating View extensions for styling
- 26:50 Using ButtonStyle and other style protocols
- 30:25 Wrap up and summary
You can get the project source code, including both before and after versions, from this link: www.hackingwit...
Sponsored by RevenueCat, who make it easy to add subscriptions to your app. Find out more at www.revenuecat...

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 105   
@origamicaptain5664
@origamicaptain5664 2 года назад
I’m just started learning. I’m not 100% sure I understand everything, but your energy is really positive and I appreciate that.
@StefanSteinbauer
@StefanSteinbauer 3 года назад
What I learned from Paul is the process of doing things when using SwiftUI. @Paul you are one of the masters of teaching Code. #kudos
@ps1kx
@ps1kx 3 года назад
I always learn the best programming tips and practices with your videos, they are gold.
@twostraws
@twostraws 3 года назад
Glad you like them!
@alexdubkov6998
@alexdubkov6998 3 года назад
The best Swift "how-to". It's gorgeous!
@PaulaBean
@PaulaBean 3 года назад
I can't upvote this enough!
@RobertGreel
@RobertGreel 3 года назад
Thanks for putting this together! You deliver some great videos over the entire scope of micro to macro to best practices and we really appreciate it!
@nitesh-maharaj
@nitesh-maharaj 3 года назад
This is the difference between knowing how to write code and software engineering. Your code needs to be readable and maintainable. By breaking your views into reusable components, not only will your UI look and work consistently across your app, but it'll save you from duplication. When you need to make a change, make it in a single place. You can go further by moving common functionality into packages, which you can just add to your future projects. Paul, it would be great to see you take the SOLID principles and translate them into SwiftUI. Since SwiftUI uses more of a functional approach than an object oriented one, not everything will apply. However, this could be a great series.
@ashoth.2934
@ashoth.2934 3 года назад
Dear Paul, you’re absolutely amazing! Thank you very much for your priceless tutorials! But I have a question for you. How did you learn all this so very well? SwiftUI is relatively new.
@iHirenDev
@iHirenDev 3 года назад
Great stuff mate especially the extension one. We can use XCode's in-built functionality of extract subviews for 2nd step. The most liked part of the video was your dogs though...
@KevSmith235
@KevSmith235 3 года назад
You’re amazing. I just want to give you a hug! Thanks Paul, I’m on day #8 of my coding journey and #3 on my 100 days of swiftUI THANK YOU
@weeder77
@weeder77 3 года назад
Appreciate it Paul, thanks for all you do!
@jaspercoleman3269
@jaspercoleman3269 3 года назад
You're the best!! Always bringing some great tips and knowledge to developers of all skill levels!!
@leifashley
@leifashley 2 года назад
omg thank you for this. I've been looking for good ways to break up toolbars.
@abhilashrajagopal9455
@abhilashrajagopal9455 Год назад
Wow 😍best practice for better clean code, Thank you 😊
@saibalaji4713
@saibalaji4713 3 года назад
Thanks Paul I learned a lot through 100DaysOfSwift 😊
@sergiobost4891
@sergiobost4891 3 года назад
Awesome content, cannot remember the last time I watched 30min straight through on RU-vid but learned a lot, thanks.
@MrLytzen
@MrLytzen 3 года назад
Awesome tips - thank you Paul. Great work
@jdrsims
@jdrsims 3 года назад
Thank you Paul for taking the time to teach us Swift and SwiftUI. Great content like always 👍I end up on HackingWithSwift more than StackOverflow and HackingWithSwift is more helpful.
@wowtheworldchannel
@wowtheworldchannel 2 года назад
Thanks for this awesome video. I do apply most of them regularly but after watching this video i am sure that i’m not doing anything wrong.
@saskiaa9165
@saskiaa9165 4 месяца назад
I love ppl like this. Readability and structure is so important. I'm new to SwiftUI, I find it hard to change my way of thinking from C to Viewmodels. It looks a lot like C# to me, something I also found complicated when your mind thinks C. In your example, if you move code to seperate views (either in the same file or another file), is that part of the code considered a View or a ViewModel? PS love your dogs. :-)
@anotherguycalledsmith
@anotherguycalledsmith 3 года назад
Dear Paul, how did you know? And as always, just in time ;-) These massive and messy structs and views are not really any better than these “MassiveVCs”… Sometimes, this whole mess is getting so complex and nasty that the compiler even starts to claim that it is taking a copy from memory… This is exactly the point when it refuses to compile within a considerable amount of time - and eventually fails. Of course, Steve would have said “You are stacking it wrong”… Time to clean up and have layout and app logic separated. Being a mid level SwiftUI programmer by now, I still have difficulties to find best practise advise… I do not expect that from Apple (anymore) - but I really appreciate your help and the insights you are giving us. Thanks a lot! ;-)
@yahyabn1223
@yahyabn1223 2 года назад
Thank you Paul for great content you teach.
@andrejkling3886
@andrejkling3886 3 года назад
Thank you Paul, exactly what should know each developer in SwiftUi
@rdtba21qw
@rdtba21qw 2 года назад
Super useful Paul - will certainly help me clean up some of my enormous views. Thanks
@nathanbustamante1525
@nathanbustamante1525 2 года назад
This was so useful for a beginner like me. Thank you
@liam52468
@liam52468 3 года назад
Tips 3,4,5 life savers !
@chasemcmullen3443
@chasemcmullen3443 2 года назад
🔥 awesome video!! Thank you 🙏
@ajazahmed9586
@ajazahmed9586 3 года назад
Love it... Was using couple of them already... Will try to use them all from now on.👍
@wendellb.6798
@wendellb.6798 3 года назад
Excellent! I understood most of what you were talking about, even though that's still a bit beyond me, but I grokked.
@returncode0000
@returncode0000 3 года назад
Unbelieveable superb quality videos. Awesome!
@bonnydonny
@bonnydonny 3 года назад
Great one! This topic is huge. Well done. Thanks!
@0xjorgev
@0xjorgev 3 года назад
as usual @twostraws great content!
@emresancaktaroglu6430
@emresancaktaroglu6430 3 года назад
Your videos are awesome like your dogs!
@twostraws
@twostraws 3 года назад
Thank you very much!
@vrkiran
@vrkiran 3 года назад
Great work, as always!!
@johnheaney3349
@johnheaney3349 3 года назад
Cool stuff. I would just add that if you're going to simplify your code to the point where something significant is just one line then that line should tell the story, which requires good naming practices. For example, at 17:00 you have collapsed the entire list generation into one line of code. But that line is much to generic to have any meaning. ForEach(items, content: ListView.init) That could literally be anything. By definition it is a list of views comprised of items. It took be a minute to even figure out what this was and I was watching you do it. I would do something like: ForEach(locations, content: LocationView.init) Otherwise, you've eliminated the signal, as well as the noise. The important thing is that you can see the layout and you're just a right-click away from jumping into the details when necessary.
@srbalan1995
@srbalan1995 3 года назад
This is very helpful. Thanks so much Paul 😊
@dharamveergupta1297
@dharamveergupta1297 2 года назад
Amazing Tutorial 👍
@BrenoAngelotti
@BrenoAngelotti 3 года назад
So much value in a single video! Amazing job!
@tonymukiibi2920
@tonymukiibi2920 2 года назад
hi Paul, I loved that application setup you used as a demo, could you please make a separate video to show how to build that app! please
@Максим-ш7х4й
@Максим-ш7х4й 3 года назад
Thanks
@pokiishere-sebastian2126
@pokiishere-sebastian2126 3 года назад
Very helpful video! And lovely dogs. 🐶🐶❤️
@pranith2655
@pranith2655 3 года назад
Great Content. Thanks a lot for all your efforts and content. Great contribution to iOS developer community.
@clayfulgham21
@clayfulgham21 3 года назад
Great Video! Thanks as always!
@BTFranklin
@BTFranklin 3 года назад
Well, this was simply excellent.
@MrRonanX
@MrRonanX 3 года назад
Great Content!
@jordanzang9601
@jordanzang9601 2 года назад
Cute dog and excellent course
@EmmaKAlexandra
@EmmaKAlexandra 3 года назад
It’s so weird to me that #4 is just an extension and not a custom view modifier. I’ve encountered a lot of pain with custom view modifiers and extensions always seem to work out a little better
@jasondhindsa6774
@jasondhindsa6774 3 года назад
Awesome video!
@iOSTechie
@iOSTechie 3 года назад
Yes, we enjoyed the video 🙂
@Pr0Cre
@Pr0Cre 2 года назад
very good, thank you.
@byhabiboff
@byhabiboff 2 года назад
I love you Paul!
@casadogaspar
@casadogaspar 3 года назад
SwiftUI has this component approach similar with React, that make all more appealing to me.
@martinkowollik1432
@martinkowollik1432 3 года назад
Thank you so much! This is great!
@samuelpatrickhenness
@samuelpatrickhenness 3 года назад
This is great. Thank you.
@dream_emulator
@dream_emulator 3 года назад
Great tips! Thanks for this. 👍
@gjermundification
@gjermundification 3 года назад
In particular I like the `struct Location { static let example = ... }` in `Location.swift` Thank you!
@ChristopherCricketWallace
@ChristopherCricketWallace 3 года назад
a master class
@olepetersen4460
@olepetersen4460 3 года назад
Wow, great stuff, Paul. Thanks a lot!
@seungjunlee00
@seungjunlee00 3 года назад
5:35 🤯🤯 my brain had a goosebump saying, what??? This was possible??
@ScaryJack
@ScaryJack 3 года назад
I really like it! Although the style extension part sounds like working on CSS files :) But anyway I like it
@indritsaveta3259
@indritsaveta3259 3 года назад
Great Job Sir !
@miggylol
@miggylol 2 года назад
I like how you split up logic and views and try and not have them put together. However, I’m not the biggest fan of testing implementation details like the toggle button closure you abstracted into it’s own function. I’ve learned to only test behavior of UI and not the implementation of it. It keeps us from having to rewrite tests in the future if we decide to change the implementation. We shouldn’t have to rewrite tests for something that doesn’t change the end functionality. Thought it would be nice to share a different perspective. Great work so far!
@bobgodwinx
@bobgodwinx 3 года назад
Thanks for sharing.
@realgambi
@realgambi 3 года назад
Thanks for video, Help me !!! Can convert html to Text in SwiftUI? Can we have in Text String with two colors?
@andrewb1173
@andrewb1173 3 года назад
You can use "+" to concatenate two Texts, like this: 'Text("Blue") .foregroundColor(.blue) + Text("Red") .foregroundColor(.red)'
@realgambi
@realgambi 3 года назад
@@andrewb1173 а пример с работы с jsonapi.org/ раскодировка такой структуры есть?)
@thbi
@thbi 3 года назад
Great! Thank you.
@peterbodofsnik9429
@peterbodofsnik9429 3 года назад
Nice! Thx you !
@xTwisteDx
@xTwisteDx Год назад
@Paul Hudson, can you dive into the hate for @ViewBuilder a bit more? From my understanding the @ViewBuilder simply states, "If I can get a view, the use it, otherwise do nothing." And in effect gives us better control over encapsulating our logic with when and what views to present.
@emilytomsUA
@emilytomsUA 3 года назад
thanks for sharing!
@SudhanshuSrivastavaIndia
@SudhanshuSrivastavaIndia 3 года назад
I am amazed who the hell downvotes.
@maynardkeenan2084
@maynardkeenan2084 2 года назад
Does making these things help solving performance issues of views?
@michaellatta
@michaellatta 3 года назад
You can surround the if with a Group view
@ToddHoff
@ToddHoff 3 года назад
Is there a reason to create a text extension rather than create something that returns a customized view? For illustration purposes it's great, but for "real" code is that how you would go it?
@TihomirRAdeff
@TihomirRAdeff 3 года назад
This guy is crazy in a good way 😂 25:25
@gregohb
@gregohb 3 года назад
Thank you! Is there a way to offload all these bits to separate files and "include" them into the main routine?
@gjermundification
@gjermundification 3 года назад
26:00 How would I make different Views for iPad and iPhone? Is `UIDevice.current.userInterfaceIdiom` still the way to go?
@sergehulne
@sergehulne 2 года назад
So, basically, SwitUI can be used as its own kind of « CSS-like » language, in order to factor out presentation code from app logic.
@mohamedmontser1791
@mohamedmontser1791 Год назад
Solution num2 you still have logic inside your body what's make differences?
@chris_bennett
@chris_bennett 3 года назад
Amazing!
@kishorekankata9369
@kishorekankata9369 2 года назад
Dogs though 😍
@regs_j
@regs_j 3 года назад
I have never used Swift at all, some of the reviews suggest the app takes up a considerable amount of space, is this true?
@michaellatta
@michaellatta 3 года назад
The same goes for large monolithic observed objects.
@omerersoy1727
@omerersoy1727 3 года назад
Boom!
@randomcontrol
@randomcontrol 3 года назад
How does ForeEach know to send the item as the named parameter without telling it the name 😲🤯
@casadogaspar
@casadogaspar 3 года назад
The next thing in recruiting, Alignment Test.
@narwodev
@narwodev 3 года назад
Awesome video as usual, first comment :)
@rebelsdeveloper367
@rebelsdeveloper367 3 года назад
learning swift ui and making default framework template . yeahh i hate mvc at least somebody.haha penang( from malaysia any way)
@grenos
@grenos 3 года назад
I think SwiftUI should/would take a few tips from React Native. They're both pretty similar in terms of paradigm/architecture (building reactive software), and many others. "Separation of concerns" where you split views into logic/UI views as much as possibile is a typical RN approach to developing apps. With that being said I definitely see some of the more traditional UIKit techniques staying around on the SwiftUI best practices list.
@AlmansorKerroum
@AlmansorKerroum 3 года назад
👍👍👍
@figurich
@figurich 2 года назад
牛逼!
@gjermundification
@gjermundification 3 года назад
Lovely steps, splendid! For more stuff relating to step 2 here is my favorite on this topic: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1BHHybRnHFE.html For the steps 3 through 5 I found places to improve, thank you!
@zbigbee2760
@zbigbee2760 3 года назад
I like most of your tutorials but I disagree with this one (5 Steps to Better SwiftUI Views). Should your code be taken over by another programmer, or maybe you need to make updates months later after not having seen your code in ages, applying these methods puts far away the code where the action takes place. Which makes debugging that much harder. If you want to modify a list, you have to dissect where the list is getting its data from, what it's doing with the data, how it's showing the data in list form. In other words, you have to be like a detective to figure out how the list is working because the list elements have been scattered hither and thither, it just slows you down and makes things harder. Or when you're looking to change something that a button does, now you have to jump to a couple of different code pages or multiple parts of your code from where the button is. I agree you can encapsulate view clips and just call these, but it should be that simple. Splitting up the parts further just overcomplicates things. Also, some programmers may make the mistake of applying these "optimization" tricks at the start of coding. A big no-no. If the code isn't working yet, you should first figure out the correct logic before optimizing. In the words of Dykstra: "Premature optimization is the root of all evil."
@dickheadrecs
@dickheadrecs 2 года назад
great tips for someone who is coming into swift UI but knows what they’re trying to avoid! that pyramid of hell indentation is brutal 🙈
@f00kwhiteblackracismwarsh07
@f00kwhiteblackracismwarsh07 3 года назад
Please create an IOS developer roadmap for future self taught IOS developer like me. I Google search and I can’t get a clear picture of it.
@anotherguycalledsmith
@anotherguycalledsmith 3 года назад
ÄhhhHmm… it is “iOS” and forget about Google - otherwise you might end up programming for Androids ;-)
@samr.4692
@samr.4692 3 года назад
Greatest tips are always embedded in your tutorials! Thank you very much for sharing.
@arjundureja
@arjundureja 3 года назад
Great video. Thanks for making references to UIKit, made it much easier to understand.
@thomasipad7719
@thomasipad7719 3 года назад
This will be my new bible. Subscribed 🤗
@kimiyohome
@kimiyohome 3 года назад
Great tips. Thanks.
@3rdman99
@3rdman99 Год назад
Breaking apart one big complex chunk of code to smaller manageable pieces is a good advice for any kind of coding, not just SwiftUI.
Далее
8 Common SwiftUI Mistakes - and how to fix them!
28:05
Brilliant Budget-Friendly Tips for Car Painting!
00:28
Write Better Code with Swift Algorithms
34:34
Просмотров 32 тыс.
The Complete Guide to NavigationView in SwiftUI
39:18
Просмотров 130 тыс.
SwiftUI 2.0: MVVM - A Practical Approach
14:28
Просмотров 32 тыс.
So You Think You Know Git - FOSDEM 2024
47:00
Просмотров 1,1 млн
How to use neumorphism in SwiftUI
51:08
Просмотров 39 тыс.
SwiftUI List with Custom Cell & Passing Data
36:27
Просмотров 117 тыс.