从情节提要Xcode更改步进器的宽度/高度

时间:2018-08-01 06:02:11

标签: uistepper stepper

有没有办法从情节提要中更改步进器的宽度/高度?我必须通过编程方法来做到这一点吗?

1 个答案:

答案 0 :(得分:0)

现在可以在Xcode 11.x中更改大小。如果您想控制尺寸,则需要以编程方式实现,例如通过转换:

<div class="rotating_text_container">
  <p class="invisible_text kb_text">Solving problems at the intersection of creativity & categories</p>
  <div class="my_rotating_text">
    <p class="text_animation kb_text">Solving problems at the intersection of</p>
    <p class="kb_text kb_rotating">
      <span class="word pomegranate text_animation">creativity &#65286;
        categories</span>
      <span class="word wisteria text_animation">form &#65286; 
        function</span>
      <span class="word belize text_animation">style &#65286;
        systems</span>
    </p>
  </div>
</div>