UIStackView Tutorial - Programmatic - Xcode 11

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 63

  • @seanallen
    @seanallen  4 года назад

    Watch Next - iOS Take Home Project - Job Interview Practice - Free Preview - ruclips.net/video/MSIe2y6Fee8/видео.html

  • @shawnfrank5303
    @shawnfrank5303 3 года назад

    Thanks Sean ... Came here to learn how to create stackviews programmatically but left also learning how to set up autolayout programmatically ... was pure gold for me !

  • @dewas6237
    @dewas6237 4 года назад +1

    I don't know just feel enjoy how you explain it this programmatically, it is so much reasonable for a basic like me in programming.

    • @seanallen
      @seanallen  4 года назад

      Thanks for the kind words. Glad you like the videos!

  • @LHNguyens
    @LHNguyens 5 лет назад +5

    Loving the programmatic series! You have inspired me to delete all storyboard!

    • @seanallen
      @seanallen  5 лет назад +4

      Glad you like it! Just to be clear, I'm not anti-storyboard. I'm a big believer in that you need to know how to use both. My projects are typically a mix of the two.

  • @robertohalgravez6662
    @robertohalgravez6662 5 лет назад +5

    Great idea to show us the documentation

    • @seanallen
      @seanallen  5 лет назад

      Glad you liked that part, Roberto.

  • @gakkieNL
    @gakkieNL 5 лет назад +2

    Although this is no longer new to me, still great to watch! Keep it up!

  • @laigvk
    @laigvk 5 лет назад +2

    Hey, thank you Sean! Pls do more tutorials on programmatic UIs. Thanks!

    • @seanallen
      @seanallen  5 лет назад +1

      Working on it!

    • @laigvk
      @laigvk 5 лет назад

      Sean Allen I assume it’s the best way to go working on complex uis, or I’m wrong?

    • @seanallen
      @seanallen  5 лет назад +1

      I prefer it for complex UI. For easy UI, I prefer storyboard.

  • @arnoldrozon4286
    @arnoldrozon4286 3 года назад +1

    Another clutch video. Thanks a ton, Sean.

    • @seanallen
      @seanallen  3 года назад

      Happy to help, Arnold.

  • @drinknation7260
    @drinknation7260 5 лет назад +1

    Bag fan of this series. Thank you!

  • @chandimadasanayaka1705
    @chandimadasanayaka1705 4 года назад +1

    Your videos are simple and great. Thank you very much.

  • @kevinvonk6794
    @kevinvonk6794 5 лет назад +1

    Dear Sean, I was wondering if you have a video about making a'n app with products in it. Or how to make a payment solution using stripe of mollie. Please let me know!

  • @brucetargaryen7150
    @brucetargaryen7150 5 лет назад +1

    Hey love the content. Quick question would it be best to create everything programmatically or use story board?

    • @seanallen
      @seanallen  5 лет назад +1

      This is a personal (or team) preference. Both can work. It's up to how you or your team work best. As a developer just learning tho, eventually it's best for you to know how to use both methods. If you get hired to a team, your going to have to use whatever method they've decided on so knowing both is in your best interest.

    • @brucetargaryen7150
      @brucetargaryen7150 5 лет назад +1

      @@seanallen ok thanks appreciate it

  • @teaberry73
    @teaberry73 3 года назад

    Can you post the link for the starter project? thanks! love your tutorials!

    • @teaberry73
      @teaberry73 3 года назад

      nevermind. all good! i was able to recreate it.

  • @kevinbenavides92
    @kevinbenavides92 4 года назад

    Thank you for this. You are an inspiration.

  • @Zara.x.o.x.o
    @Zara.x.o.x.o 5 лет назад +1

    Hi, I want to learn to build all my IOS apps programatically, but there isn’t many resources out there to do so, I was wondering how you learn to do this programatically, like where the information is available to build an entire app programatically, and the best places/resources to do this from. This is all new to me and I don't really like storyboards, but I have no idea where else to look as no other resource is helpful apart from yours. If you could let me know that would be really helpful. Thanks

  • @kalashchoudhary4713
    @kalashchoudhary4713 Год назад +1

    my equals never aligned, they are like there will be always a diffrence in the alignment any hack for this. and also very helpfull video thankyou ❤💕.

  • @JasonMitchellAZ
    @JasonMitchellAZ 5 лет назад +1

    Great video, Sean 👍

  • @dimitristheodoropoulos580
    @dimitristheodoropoulos580 5 лет назад

    Storyboards for the win👨🏻‍💻

    • @seanallen
      @seanallen  5 лет назад

      I use both. For me, it's not one or the other 😀

    • @dimitristheodoropoulos580
      @dimitristheodoropoulos580 5 лет назад +1

      Sean Allen haha cause u are a pro! If i become an iOS Dev in the future i will try to do the same thing!

  • @TheApocalyptic0
    @TheApocalyptic0 5 лет назад +1

    Hey Sean, how'd you get the bird's eye view of your code panel on the right? Is that a plugin?

    • @seanallen
      @seanallen  5 лет назад

      It's new in Xcode 11. It's called the Mini-Map.

  • @andrevdw747
    @andrevdw747 4 года назад

    Hey Sean, thanks and great video again! Just a quick question about the for loop with buttons. Is there a way to change button Text color by using another function? I made you tutorial and try to set the color using "setTitleColor(.yellow, for state: .normal)" but that gives an "not in scope" error and tried several things but with no result yet. Many thanks!

  • @rinaldsdomanovs7737
    @rinaldsdomanovs7737 5 лет назад +1

    great as always!

  • @vamsi3877
    @vamsi3877 5 лет назад +1

    life saving stackview

  • @yuvanshankar7616
    @yuvanshankar7616 2 года назад

    What if I wanted to make a multi progress view on a stack view like the Mac Storage progress bar

  • @TuanLe-fd4xw
    @TuanLe-fd4xw Год назад

    Thank you so much

  • @adriancervantes1898
    @adriancervantes1898 5 лет назад

    Hello Sean I have a question, im using Xcode 11, and I can't create a navigationBar in app delegate, I try in ScenceDelegate but the view background color is black, and using app delegate the view appears but without the navigation bar, I don't use the SWiftUI, in Xcode 11 change to create the navigation ?.
    I do this....
    in Xcode 10 its ok....
    window = UIWindow(frame: UIScreen.main.bounds)
    window.makeKeyandvisible()
    let navigation = UINavigationController(rootViewController: myViewController)
    window.rootViewController = navigation

  • @froyalmeida4326
    @froyalmeida4326 3 года назад

    Can you share the code?

  • @3monsterbeast
    @3monsterbeast 3 года назад

    Hi, do you have a tutorial similar to this but for a UIScrollView?

    • @seanallen
      @seanallen  3 года назад

      Unfortunately, I do not.

    • @seanallen
      @seanallen  3 года назад +1

      I do cover it in my Take Home Course project where we build an entire app programmatically if you are interested in diving in deep - seanallen.teachable.com/p/take-home

    • @3monsterbeast
      @3monsterbeast 3 года назад

      @@seanallen Is there any code I can use that i’m unaware of for a discount on the course?

    • @seanallen
      @seanallen  3 года назад

      I offer a student discount of 40% if you email me from a .edu (or equivalent) email address showing me that you are a student. I will also be running a sale soon during WWDC week which begins June 7th.

    • @3monsterbeast
      @3monsterbeast 3 года назад +1

      @@seanallen great! I will email you right now.

  • @guruitcompany
    @guruitcompany 5 лет назад +1

    Great! 👍👍👍

  • @Eugene.Berezin
    @Eugene.Berezin 5 лет назад +2

    Sean hates storyboards!©

    • @seanallen
      @seanallen  5 лет назад +1

      The memes continue....

  • @airysm
    @airysm 2 года назад

    what xcode theme is this?

  • @PrakashChAwal
    @PrakashChAwal 4 года назад

    But the button are not clickable?? how to make it clickable ??

    • @rgenericson5361
      @rgenericson5361 4 года назад

      Those are labels, not buttons. Use buttons ; -)

  • @dimalbion4386
    @dimalbion4386 2 года назад

    That 4:55 moment
    :D