iOS Swift Tutorial: The power of UIStackView

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 22

  • @bigmtnstudio
    @bigmtnstudio 7 ปีที่แล้ว +9

    Good stuff, Brian! I liked the tip about holding down the ALT button to unembed from stackview. This can definitely help in hiding/showing and repositioning UI elements. Thanks!

  • @xavierdeleon3110
    @xavierdeleon3110 8 ปีที่แล้ว +2

    You don't need the line of code where you cast the sender to a UIButton simply convert the function call from showDescription(sender: AnyObject) to showDescription(sender: UIButton) or better yet showDescription(button: UIButton).

  • @ianvisorr
    @ianvisorr 8 ปีที่แล้ว

    Brian, thanks a lot for your tutorials! I'm a Developer from Brazil and really like it! Thanks

  • @தாமரை-ம9ற
    @தாமரை-ம9ற 7 ปีที่แล้ว

    Nice, Brian... I have an doubt that why the description text truncated at the end in iPhone simulator in this tutorial. How to resolve it?

  • @ziyinwang6672
    @ziyinwang6672 8 ปีที่แล้ว

    Hi Brian, I followed all of your steps in the video; however, I am still getting the error that the expected y and height for the labels and button inside the first stackview do not match the actual y and height. Would appreciate if anyone could give me some help with this

  • @bloblyblo
    @bloblyblo 8 ปีที่แล้ว

    I didn't somethings similar and the button is not so responsive. Which in result sometimes it doesn't show the text or hides it

  • @denyar2413
    @denyar2413 7 ปีที่แล้ว

    Hi Brian, nice video, thanks, but what do you say about red circle (error) in interface builder when you hide description label. How does actually handle with it?

  • @krovogadniy
    @krovogadniy 8 ปีที่แล้ว

    when i take a bigger description text it is overlapping the buttons in landscape mode. How to handle it?

  • @WikkiOnIlluminati
    @WikkiOnIlluminati 7 ปีที่แล้ว

    I develop in Appcelerator Titanium and this is possible in Alloy much easily.

  • @sminkly
    @sminkly 8 ปีที่แล้ว

    Hi, really useful. But does it only work for elements with an intrinsic size at run time ? Would it work if instead of fixed number of lines for the label you had one that resized with text pulled from the web(for example) would it still work nicely ?. Thanks.

  • @ravimaharjan2744
    @ravimaharjan2744 6 ปีที่แล้ว

    I cant get multilines uilabel inside stack. Could you help ?

  • @sivakumarrajendran8961
    @sivakumarrajendran8961 8 ปีที่แล้ว

    Really very nice and easy to understand :)

  • @virajphadte4345
    @virajphadte4345 7 ปีที่แล้ว

    when I insert image inside image view my image takes full size of my view...how to solve that?

  • @efekanpulatl8834
    @efekanpulatl8834 7 ปีที่แล้ว

    Very nice explanation!

  • @saber291996
    @saber291996 7 ปีที่แล้ว

    Thank you so much, but the volume might be too little.

  • @FlatPicturesGaming
    @FlatPicturesGaming 8 ปีที่แล้ว

    Thanks for doing what you do! Can you continue on the make an app like twitter series?

  • @amari9773
    @amari9773 8 ปีที่แล้ว

    Your into was fantastic, where did you get it? :o

  • @felixtraxler3228
    @felixtraxler3228 8 ปีที่แล้ว

    good tutorial!

  • @anythingtechno
    @anythingtechno 8 ปีที่แล้ว

    Thanks you ... really love your video

  • @tosifkanunga
    @tosifkanunga 8 ปีที่แล้ว

    I followed your tutorial it's very help me thank you #Brian

  • @biotechpro8209
    @biotechpro8209 8 ปีที่แล้ว

    can you do a tutorial about integrating swift with paypal?

  • @ViniciusAndrady
    @ViniciusAndrady 8 ปีที่แล้ว +1

    So much easier!