菜鸟教程小白 发表于 2022-12-13 14:54:25

iphone - 在自定义 UITableViewCell 中添加 View 的最佳方式


                                            <p><p>我看过很多例子,但找不到最佳答案。</p>

<p>想象一下,我有一个高度为 120 的自定义单元格,有 3 个 UILabel 和一个 UIImageView。</p>

<p>我用</p>初始化我的单元格

<pre><code>-(id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier
</code></pre>

<p>在所有方法中,哪一种是最优化的?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>创建自定义表格的最佳答案可能在下面的链接中,如果您对在那里看到的代码有具体问题,请随时提出更多问题。</p>

<p> <a href="http://cocoawithlove.com/2009/04/easy-custom-uitableview-drawing.html" rel="noreferrer noopener nofollow">http://cocoawithlove.com/2009/04/easy-custom-uitableview-drawing.html</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - 在自定义 UITableViewCell 中添加 View 的最佳方式,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/11527617/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/11527617/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - 在自定义 UITableViewCell 中添加 View 的最佳方式