菜鸟教程小白 发表于 2022-12-12 12:45:39

ios - 是否可以在 UITableViewCell 和 UICollectionViewCell 之间共享 xib?


                                            <p><p>我希望为 UITableViewCell 和 UICollectionViewCell 之间共享的 View 设计分解一些代码和 xib。是否可以在 UITableViewCell 和 UICollectionViewCell 之间共享相同的 xib?或者是否可以为 subview 共享相同的 xib?。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>你可以通过使用 UIViewsuperView 来做这样的事情。然后,这些单元中的每一个只需将共享 View 加载到单元中。我认为您可能会失去自动布局与 UIAutomaticDimension 一起使用以自动调整单元格大小的能力。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 是否可以在 UITableViewCell 和 UICollectionViewCell 之间共享 xib?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/41684547/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/41684547/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 是否可以在 UITableViewCell 和 UICollectionViewCell 之间共享 xib?