Storyboard vs Code - Why I use Storyboards

  Рет қаралды 36,527

CodeWithChris

CodeWithChris

Күн бұрын

Пікірлер: 95
@CodeWithChris
@CodeWithChris 5 жыл бұрын
QOTD ⚡Do you prefer storyboards or the programmatic approach? Let me know below!👇 Kick start your own app with my free 7 Day App Action Plan ➡️ bit.ly/7dplan
@maximobriggs8499
@maximobriggs8499 3 жыл бұрын
A trick : watch series at flixzone. Been using it for watching loads of movies lately.
@seanallen
@seanallen 5 жыл бұрын
Well said, Chris. And thanks for mentioning my Skeletal Storyboard approach!
@CodeWithChris
@CodeWithChris 5 жыл бұрын
Thanks for taking the time to watch and comment, Sean! Much appreciated!
@LetsBuildThatApp
@LetsBuildThatApp 5 жыл бұрын
Yeah I think over the years the viewers on my channel are asking for even more and more advanced topics. I would also go crazy if I had to teach how to lay out buttons and tableviews again. Great to have a wide spectrum of available content nowadays.
@CodeWithChris
@CodeWithChris 5 жыл бұрын
Yeah! I always send people your way who want to learn the tougher stuff! :)
@johniiibibal8838
@johniiibibal8838 5 жыл бұрын
Holy crap, that last slide (with the recommendations) was hella enlightening. Thanks Chris!
@alimkuprianov3294
@alimkuprianov3294 3 жыл бұрын
Finally, someone has answered this question wisely, my thanks)
@CodeWithChris
@CodeWithChris 3 жыл бұрын
You're so welcome! -Arthur
@mrdavidrees
@mrdavidrees 5 жыл бұрын
Xibs are the greatest- it will fix all your slow storyboard problems. One screen xib for one viewcontroller.
@mehdiabdi3773
@mehdiabdi3773 5 жыл бұрын
WoW That Was Different !!! Good Job Chris💙
@applepie7282
@applepie7282 4 жыл бұрын
thanks Chris. programmatic ui is inevitable at the end of the day. If you're an absolute beginner, I think you should also consider swiftUI as well as the storyboard approach nowadays
@CodeWithChris
@CodeWithChris 4 жыл бұрын
Hello, yes i think so as well in the future maybe swiftUI may be more dominant for "cross-platform" support, i think storyboard still has a long lifespan though and will not end anytime soon - Francis
@MuhammadAli-zv5vz
@MuhammadAli-zv5vz 5 жыл бұрын
i am very lazy person i like storyboards.😛
@maxbudnik
@maxbudnik 5 жыл бұрын
In my opinion - use the storyboard for MVP or small project. If project is too large and you are work in team use xib and programming UI in code.
@CodeWithChris
@CodeWithChris 5 жыл бұрын
Agree! @AdrienVillez
@imacg5658
@imacg5658 4 жыл бұрын
When I built my 1st app, an app that calculates the amount of money you spend on 1/2 sheet cakes at either Walmart, Costco, or Target, Making a proper menu, about page and the UI itself was so easy in Interface Builder. I made it in 30 mins. I attempted doing it in SwiftUI code, but I always fell flat. I have decent experience with Python, but wow, IB is so much better for me.
@CodeWithChris
@CodeWithChris 4 жыл бұрын
Thanks for sharing!! - Kat
@imacg5658
@imacg5658 4 жыл бұрын
CodeWithChris You’re welcome! I just wanted to share what method worked best for me!
@WiggglezMr
@WiggglezMr 4 жыл бұрын
SwiftUI, this needs a revisit. there is "Button" now for code and view stacks.
@CodeWithChris
@CodeWithChris 4 жыл бұрын
Thanks for pointing that out, Tyler!
@EduardoMoll7
@EduardoMoll7 5 жыл бұрын
I think is depends on what you trying to do. I love storyboards but I also like doing it programmatically. Sometimes we want to do dependency injection in an initializer and init from nibs won't let you do that and like you said storyboards should be broken down or else they would be a mess to work in a team environment.
@CodeWithChris
@CodeWithChris 5 жыл бұрын
A man talking from experience! Thanks for your input! @AdrienVillez
@woolfel
@woolfel 3 жыл бұрын
The big reason I use storyboard is the business users. I can show business users the code, but they won't understand. Something visual like a storyboard helps non-technical users understand how things flow in the app. Some people will argue, just run the simulator to show the flow. For small apps, that's fine, but if you have more than a dozen screens having a storyboard is much easier to see. It's the reason movie directors storyboard to work through the flow. UX designers prefer storyboard and it's for a good reason.
@CodeWithChris
@CodeWithChris 3 жыл бұрын
Great insights! Thanks for sharing these1 :) -Arthur
@MrIMacro
@MrIMacro 3 жыл бұрын
Thank you so much Chris, but in your latest videos you are encouraging people to use swiftUI !! so did you change your mind? thank you so much.
@CodeWithChris
@CodeWithChris 3 жыл бұрын
Yup, we are now producing more SwiftUI videos. But UIKit is important too!
@gjermundification
@gjermundification 5 жыл бұрын
4:20 XCode 3 or 10 regardless; here is my 2 cents: everyone should write UI programmatically to learn; then use Storyboard to improve communication in teams. Note some parts have to be done programmatically no matter what. Skeletal Storyboards FTW^^
@Luism-tz2ey
@Luism-tz2ey 5 жыл бұрын
chris thanks for sharing your knowledge!!
@CodeWithChris
@CodeWithChris 5 жыл бұрын
Welcome! Thanks for the support! Kat
@gjermundification
@gjermundification 5 жыл бұрын
3:52 And for the designers and some U/X people Storyboards are way better.
@gezginfil
@gezginfil 2 жыл бұрын
so if we decide to go with storyboard option we can not change it back ? or have both options anytime we want ?
@gezginfil
@gezginfil 2 жыл бұрын
as a noob i am trying to understand but it feels like so if i choose storyboard will it all be just plug & play without serious coding experience? plus if we choose story board isnt it going to show the programitacly version on the side at the end or something ?
@CodeWithChris
@CodeWithChris 2 жыл бұрын
You can go back and forth, it's easier to go from a Storyboard to a coded UI app tho. When you go to File >> New, you can to create ay kind of files you want, even a new storyboard. You just need to link everything accordingly. For example, if you delete or decide to not use a storyboard anymore, you have to disconnect all your IBOutlet and create + connect them via code instead. As a beginner, I would suggest to stick to one method first, learn how everything works, then start to juggle around. Also, SwiftUI is the new kid on the block, check out our newest playlist. @AdrienVillez
@frinkyutbe9725
@frinkyutbe9725 4 жыл бұрын
I'm a beginner comes from Android development, the Apple guides and many videos tell me to use the storyboard. But, as you said, the storyboard is not good at version control, I think the comparision of xml is harder to read than Android's, I will try to use the programmatic UI for the better control.
@CodeWithChris
@CodeWithChris 4 жыл бұрын
Hello, yes changes in UI will be hard to track on storyboard but you can always specify it in the comments of the version control push - Francis
@frinkyutbe9725
@frinkyutbe9725 4 жыл бұрын
@@CodeWithChris Thanks for your reply. Yes, we should always leave a clear comment for each commits. But someone may not keep the well commits, and we can't stop them because of some reasons, so I often have to compare the code without a good comment.
@Foxygrandpa2131
@Foxygrandpa2131 4 жыл бұрын
Seems like storyboards are the best option for quick and dirty prototyping, especially when launching your first MVP
@CodeWithChris
@CodeWithChris 4 жыл бұрын
Hello, yes it usually gives you are clear and easier overview on what you want to achieve, you can also make a wireframe in figma or some other app as well - Francis
@tenzinmahabir4669
@tenzinmahabir4669 4 жыл бұрын
Hi Chris, I have 3+ years programming experience with Java, C and Python but I am new to Swift and I am wanting to build my first iOS app. In my case, do you suggest I build my app using programmatic UI? If so, does that mean I use swiftUI or is there another way to build an app in Xcode programmatically...because I understand that since SwiftUI is fairly new, it does not have a lot of resources at this time. Thus, I am not sure if SwiftUI is the way to go or not.
@CodeWithChris
@CodeWithChris 4 жыл бұрын
Hello, although swiftUI is new it will probably have more resources as time goes by especially because there is a lot of interest for it, it is also possible to do programatic UI in normal Swift storyboard but if you are using storyboard then its best to utilize the storyboard - Francis
@tenzinmahabir4669
@tenzinmahabir4669 4 жыл бұрын
CodeWithChris Thanks for replying, I have some other questions if you don’t mind answering :) 1) Aside from using SwiftUI, what are other ways of making programmatic UI? 2) Is SwiftUI the superior way to design a UI in general and programmatically?
@夏みぞれ
@夏みぞれ 3 жыл бұрын
Hi, Chris. Thanks for this video! I'm a college student with programming skills and I'm interested in macOS coded UI development. Could you please give me some advice about where to start? Or some recommended tutorials?
@夏みぞれ
@夏みぞれ 3 жыл бұрын
I don't really like Storyboard. And it seems that on macOS, SwiftUI is still weak to achieve full functions.
@CodeWithChris
@CodeWithChris 3 жыл бұрын
"Hello, sadly we don't cover MacOS programming.. I think SwiftUI would be the better choice though because it would also make your app available on all platforms (phone, tablet, macOS), we recently just updated our course to full SwiftUI so maybe give a look at what we have to offer and see if you are interested.. head over to learn.codewithchris.com to know more about our paid membership and the courses - Francis"
@SuperMIKEBIKE1
@SuperMIKEBIKE1 2 жыл бұрын
Chris is it possible to create a UIPicker View not using storyboard?
@CodeWithChris
@CodeWithChris 2 жыл бұрын
Hi Miguel! Yes it is possible. You may check out this blog post for more info www.hackingwithswift.com/example-code/uikit/how-to-use-uipickerview. You can also post on our CodeCrew forum (codecrew.codewithchris.com) if you have more questions so our tech support staff can assist you further. :) - Pat
@sergeyyavorsky3903
@sergeyyavorsky3903 3 жыл бұрын
Could you please give me a name or a link to your keyboard from the video.
@CodeWithChris
@CodeWithChris 3 жыл бұрын
Like the kind of keyboard that Chris uses? -Arthur
@sergeyyavorsky3903
@sergeyyavorsky3903 3 жыл бұрын
@@CodeWithChris Yes
@TM-jb8bw
@TM-jb8bw 4 жыл бұрын
So a new iOS deveper (frontend developer atm) i have to learn building apps using storyboards, UIKit with code and Swift UI. Thats crazy just to build a user interface. Right @CodeWithChris ?
@CodeWithChris
@CodeWithChris 4 жыл бұрын
Should be no problem as Swift is just an extension of UIKit just written a bit differently :) - Francis
@Wutodouble
@Wutodouble 3 жыл бұрын
How come in CWC 14 day challenge we use swift UI instead of storyboards?
@CodeWithChris
@CodeWithChris 3 жыл бұрын
"Hello, moving forward we will only be making tutorials only in SwiftUI now because it will be more and more relevant as time goes on - Francis"
@aloisohzh
@aloisohzh 4 жыл бұрын
Are there any free software or apps similar to xcode so I can do the storyboard on windows?
@CodeWithChris
@CodeWithChris 4 жыл бұрын
You can use Android Studio on Windows so you can create Android apps. If you want to create iOS apps, you really have to use Xcode. Luckily, there are some ways you can get Xcode on Windows bit.ly/CWCWindows - Kat
@developer-juice-Khailenno
@developer-juice-Khailenno 4 жыл бұрын
Alright I like this argument. however using xibs and multiple story boards, can this be an option for an advanced dev teams? im talking about intermediate and senior devs.
@CodeWithChris
@CodeWithChris 4 жыл бұрын
"Hello, storyboard should be fine even if its a big team as long as only a few people manage the storyboard, but for that case i think it would be better to just build the UI programmatically to have better control and ownership, might i also suggest going SwiftUI to make it more up to date and easier - Francis"
@MrGZM90
@MrGZM90 4 жыл бұрын
but how about combine uikit and swiftui together?!
@CodeWithChris
@CodeWithChris 4 жыл бұрын
Hello, UIKit can still be used by UIKit, the built-in functions will be the same, the main difference is how the data/UI is being built/presented but overall it still uses UIKit for the "logic" behind everything - Francis
@ljukicar
@ljukicar 5 жыл бұрын
Bravo Chris👍👍👍
@CodeWithChris
@CodeWithChris 5 жыл бұрын
Thank you! @AdrienVillez
@rgenericson5361
@rgenericson5361 4 жыл бұрын
Very cool!
@CodeWithChris
@CodeWithChris 4 жыл бұрын
Thank you! - Kat
@diegoromero1927
@diegoromero1927 2 жыл бұрын
Hey Chris, quick question if I were to build one part with story board and another part programmatically can I connect the two in story board or not?
@CodeWithChris
@CodeWithChris 2 жыл бұрын
Hello, kindly post your question in our CodeCrew forum so that our technical support staff there can assist you. Go here: codecrew.codewithchris.com. Thanks for learning with us! -Arthur
@scottcartwright9008
@scottcartwright9008 5 жыл бұрын
Great video
@zenoromio538
@zenoromio538 3 жыл бұрын
Here in 2021. Do you think that storyboard is still a valid option or do you think that SwiftUI is better?
@CodeWithChris
@CodeWithChris 3 жыл бұрын
Yup, storyboard is still a valid option because it's been used by industries for a long time. SwiftUI is more of a newcomer. :-) -Arthur
@followerOfJesus723
@followerOfJesus723 5 жыл бұрын
I agree with this video 100% 👍🏾 👍🏾 👍🏾 👍🏾 👍🏾 👍🏾 👍🏾 👍🏾
@rupeshkadam9703
@rupeshkadam9703 5 жыл бұрын
xcode 11 is total messed up when opened. plz help
@CodeWithChris
@CodeWithChris 5 жыл бұрын
Hello, what problem are you having? We created a forum for people needing help. Could you share this to our CodeCrew Community codecrew.codewithchris.com/ with details and screenshots if possible? Thanks! -Kat
@DoubleCheapBurger
@DoubleCheapBurger 4 жыл бұрын
5:38 Oh my god! That was literally me first year at college with C programming LOL. Brought some flashbacks.
@CodeWithChris
@CodeWithChris 4 жыл бұрын
Haha! But look at where you are now! :-) -Arthur
@natgenesis5038
@natgenesis5038 2 жыл бұрын
Swift ui and UI programmatically my preference
@CodeWithChris
@CodeWithChris 2 жыл бұрын
Awesome, thanks for watching! -Arthur
@TonyDaExpert
@TonyDaExpert 4 жыл бұрын
Then swift UI came in
@CodeWithChris
@CodeWithChris 4 жыл бұрын
Still recommend learning storyboards first. 😉 - Kat
@DNAatWork14
@DNAatWork14 5 жыл бұрын
When I hit the breaking point I give in, learn the hard way...
@natgenesis5038
@natgenesis5038 3 жыл бұрын
I think we need both UI and Storyboard
@CodeWithChris
@CodeWithChris 3 жыл бұрын
True! Learning both won't hurt! :) -Arthur
@averoes4029
@averoes4029 6 ай бұрын
But @ the end...you "Dont" use Story board and Interface Builder
@CodeWithChris
@CodeWithChris 6 ай бұрын
This depends on your team, your practices, and your project. I have worked on projects where the standard is to use IB. Developers were assigned to work on different features to avoid or minimize the risk of having conflicts. The benefits of using IB is that views are easy to visualize and constraints are easier to manage especially when the app needs to support both iPhone and iPad (using vary for traits). The downside is obviously the nasty XML conflicts that is difficult to resolve when someone touches the same IB file as you have. I've also experienced working on a project with a team of iOS developers assigned to specific features. In this scenario, IB isn't practical because different developers working on the same feature may introduce conflicts. Programmatic UIKit is the preferred approach here. The only downside I observed is that it's challenging to visualize the views you create or update in this approach. For a very large project involving different teams, view file creation can go out of hand. Since its difficult to visualize a view from code alone, different teams (who seldomly communicate with one another) might develop different view files serving a single purpose (based from my experience). Additionally, assigning varying for traits auto-layout constraints can be hectic and verbose. However, this approach works well for teams aiming to avoid conflicts. - Iñaki
@averoes4029
@averoes4029 6 ай бұрын
@@CodeWithChris Thanks you for ur feedback
@pratikgupta7373
@pratikgupta7373 5 жыл бұрын
0:12 it's Bob Lee I have taken his udemy course
@CodeWithChris
@CodeWithChris 5 жыл бұрын
How was your experience with his course? @AdrienVillez
@rgenericson5361
@rgenericson5361 4 жыл бұрын
@@CodeWithChris Ya that's Bob Lee from back in the day! He ditched iOS during the Bitcoin boon a few years back. Haven't seen nor heard from him since. I bought his advanced Swift course. At the time it seemed that he was really on top of things, however after two years noodling with Swift and watching the vids on Udemy, he wasn't as polished as he could have been. A lot of spelling mistakes etc. Granted English wasn't his first language. The great part was that he focused solely on Swift not iOS. He could have really made a successful run had he stayed the course and expanded on his Swift courses. They were lacking exercises unfortunately. There is still tons of opportunity to create really good Swift only training content but 99% of instructors still only scratch the surface.
@guitaripod
@guitaripod 4 жыл бұрын
Imo those two points for IB aren't really that strong. So TLDR for this video is kind of "Programmatic is better, but I do IB for views" 😂
@CodeWithChris
@CodeWithChris 4 жыл бұрын
Hello, ofcourse everything needs to be programmed (coded) but for the position/location, size, constraints of the UI element it can be easily edited and previewed using the storyboard, then you just use IBOutlet or IBAction to "connect" to it - Francis
@the0dd1out_on_yt
@the0dd1out_on_yt 3 жыл бұрын
You saved my ass bruh
@CodeWithChris
@CodeWithChris 3 жыл бұрын
Glad to know. Thank you for appreciating our work! -Arthur
@ianosgnatiuc
@ianosgnatiuc 4 жыл бұрын
All your points are "it's faster and easier for beginners". These aren't important. The points you put againsts the storyboards are real in any projects where there are more than one person who works on a project.
@CodeWithChris
@CodeWithChris 4 жыл бұрын
Thanks for your feedback! - Kat
@Bazlightyear007
@Bazlightyear007 4 жыл бұрын
It’s slow? Time to get the new Mac with the m1 chip 😁
@CodeWithChris
@CodeWithChris 4 жыл бұрын
Haha, nice rec! :-) -Arthur
How to code in Swift | Swift Basics #1
18:25
Swiftful Thinking
Рет қаралды 61 М.
Storyboard vs Wireframe - What's the difference?
12:20
Relab Studios
Рет қаралды 22 М.
Players vs Pitch 🤯
00:26
LE FOOT EN VIDÉO
Рет қаралды 136 МЛН
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 3,1 МЛН
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 222 МЛН
Data Flow in a SwiftUI App
33:15
CodeWithChris
Рет қаралды 54 М.
Interface Builder: XIBs vs Storyboards
7:10
iOS Academy
Рет қаралды 9 М.
SwiftUI vs UIKit (See UI built 3 different ways)
22:38
CodeWithChris
Рет қаралды 81 М.
you NEED to use VS Code RIGHT NOW!!
12:48
NetworkChuck
Рет қаралды 578 М.
Connect Firebase to Xcode: A Step-by-Step Tutorial | Firebase Bootcamp #1
21:07
UIKit Tutorial: Multiple View Controllers (screens)
18:39
Georgia Tech iOS Club
Рет қаралды 19 М.
I Made an iOS App in MINUTES with This AI Tool!
13:20
Creator Magic
Рет қаралды 260 М.
How to structure a JS/TS monorepo (From Zero to Turbo - Part 1)
11:58
Swift Storyboard Tutorial
12:45
Painless Programming
Рет қаралды 15 М.
Players vs Pitch 🤯
00:26
LE FOOT EN VIDÉO
Рет қаралды 136 МЛН