iphone - 在 UIAlertview 中均匀排列列表
<p><p>所以我有一个高分列表,我在游戏结束时显示在 <code>UIAlertView</code> 中以及用户自己的分数。 </p>
<p> <img src="/image/Ff4Ui.png" alt="enter image description here"/> </p>
<p>我想知道是否有一种方法可以格式化此文本,以便它出现在格式良好的列表中,不同名称和时间的间距均匀,或者我是否必须创建自己的界面而不是使用 <code>UIAlertView</code>.</p>
<p>编辑:<code>UIAlertView</code></p> 的代码
<pre><code>UIAlertView *alertView =[ initWithTitle:nil message:,,,,,,,,, ] delegate:self cancelButtonTitle:nil otherButtonTitles:@"Main Menu",@"Play Again", nil];
</code></pre>
<p>这两个数组都取自 <code>NSUserDefaults</code></p>
<p>编辑 2:另外,名称限制为 10 个字符</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>这将需要通过添加制表符和空格来进行一些字符串操作和格式化,我的意见是构建您自己的 View 来表示您的自定义信息</p></p>
<p style="font-size: 20px;">关于iphone - 在 UIAlertview 中均匀排列列表,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/11186235/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/11186235/
</a>
</p>
页:
[1]