ios - xcode,ios,无法在屏幕上移动按钮
<p><p>控制台输出:</p>
<blockquote>
<p>2015-07-02 17:31:49.105 Make Maths Fun but_1.center.x =
155.000000 but_1.center.y = 90.000000 </p>
<p>2015-07-02 17:31:49.105 Make Maths Fun but_2.center.x =
155.000000 but_2.center.y = 140.000000</p>
</blockquote>
<p>代码:</p>
<pre><code>but_1.center = CGPointMake(155, 90);
but_2.center = CGPointMake(155, 140);
</code></pre>
<p>截图:</p>
<p> <img src="/image/WKXh6.png" alt="enter image description here"/> </p>
<p>输出说它在那个 x 和 y 但是当我运行程序时它们是我在 <code>viewcontroller</code></p> 上的位置</p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>试试这个</p>
<p>禁用使用自动布局选项,然后重试。</p>
<p>希望对你有帮助。</p></p>
<p style="font-size: 20px;">关于ios - xcode,ios,无法在屏幕上移动按钮,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/31176434/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/31176434/
</a>
</p>
页:
[1]