iOS Autolayout Part 5 : Dynamic Leading, Trailing constraint including aspect ratio

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 42

  • @habeebstubes
    @habeebstubes Před 5 lety +4

    Excellent dude. Crystal Clear explanation .

  • @kvp06
    @kvp06 Před 5 lety +2

    Perfect. Thank you so much for the clear explanation.

  • @nurlanakylbekov7266
    @nurlanakylbekov7266 Před 3 lety +1

    2020 December, your subscribers + 1.

  • @developerpune5787
    @developerpune5787 Před 5 lety +2

    please put more video on autolayout for all device designing screen

  • @nirajpaul1670
    @nirajpaul1670 Před 5 lety +1

    Nice tutorial dude thanks you so much

  • @gauravjani2852
    @gauravjani2852 Před 5 lety +1

    Superrbbbbbbbbbbbb video..Please upload more video about auto layout and related about designing.Thank you so much for this video.

    • @developer5040
      @developer5040  Před 5 lety

      Thanks Gaurav. Please let me know any specific design/problem. Definitely I'll upload video on that.

  • @minseokjeong1881
    @minseokjeong1881 Před 5 lety +1

    Thanks it was what i am looking for

  • @pavunraj2449
    @pavunraj2449 Před 2 lety +1

    keep updated .

  • @dpkArt
    @dpkArt Před 4 lety +1

    very nice video, great

  • @vigneshwaran6348
    @vigneshwaran6348 Před 3 lety +1

    How can i make a dynamic top and bottom? Is same way

  • @roysouvik9831
    @roysouvik9831 Před 3 lety +1

    nice explanation. 👍

  • @sourishkeka
    @sourishkeka Před 4 lety

    In a view there are two labels, The label's text fill be filled dynamically, so now the width should be done dynamically using autolayout

  • @venkataprasad1380
    @venkataprasad1380 Před 4 lety +1

    Please give the information of auto layout broken

  • @canzino3966
    @canzino3966 Před 2 lety

    Is there a way to code these formulas into the viewController file or imageView variable?

  • @jeyavignesh10
    @jeyavignesh10 Před 4 lety +1

    great! Thank you!

  • @vishnudev8326
    @vishnudev8326 Před 3 lety

    Is there any other way?

  • @jagdishshinde3102
    @jagdishshinde3102 Před 5 lety +1

    good job mate

  • @dhruvjaiswal5772
    @dhruvjaiswal5772 Před 4 lety +1

    thanks

  • @nsmemon97
    @nsmemon97 Před 5 lety +1

    Great bro

  • @manikanthag1066
    @manikanthag1066 Před 4 lety

    How to add same xib in multiple case in swift 4..please share

  • @aruzhanboranbay9884
    @aruzhanboranbay9884 Před 2 lety

    Hello! I can not understand, when we use aspect ration?) Can you explain pleeeease:)

  • @KurvoCodes
    @KurvoCodes Před 5 lety +1

    thanks!

  • @mohittomer9232
    @mohittomer9232 Před 5 lety

    Hi sir, can you please explain about aspect ratio constraints

  • @tayyabghaffar8831
    @tayyabghaffar8831 Před 4 lety +1

    good

  • @karthikloganathan4085
    @karthikloganathan4085 Před 5 lety

    how to give dynamic top and bottom spacing. is it possible?

    • @adviceforidevice4536
      @adviceforidevice4536 Před 4 lety

      Yes. You must align your view's top constraint to superview.bottom because it is equal to the height of the superview whereas superview's top constraint is 0 so you can't align it unfortunately. Also you can use centerY instead of superview.bottom

  • @developerpune5787
    @developerpune5787 Před 5 lety

    if design one screen to fit all screen sizes

    • @developer5040
      @developer5040  Před 5 lety

      Any specific scenario which you want to discuss. Please let me know.

  • @mohittomer9232
    @mohittomer9232 Před 5 lety

    I need to ask one thing , if we have 2 textfield I give leading, trailing and top constraints, suppose I choose iPhone SE. So leading 20, trailing 20 and top 64, now I want to give multiplier, leading constraints 0 and multiplier will be 20/320, trailing constraints 0 and multiplier will be 320/300, and top constraints 0 and multiplier will be 64/568. So my first textField all set with multipliers. Now how can I give top constraints to second text field from first textfield with multiplier, leading and trailing is same as in first textfield. but the problem in top constraint of second text field. please sir reply for this answer , I am waiting your reply.... or made a video on this topic

    • @developer5040
      @developer5040  Před 5 lety

      Hi Mohit, Thanks for the doubt. Please find this link czcams.com/video/_lFBubj2nx4/video.html and let me know for any query.

  • @kalaiselvan1408
    @kalaiselvan1408 Před 3 lety +1

    👍👏👏👏👏👏

  • @mohittomer9232
    @mohittomer9232 Před 5 lety

    Hi sir