如何使用现有的Xib文件对UITableViewCell进行子类化

时间:2016-07-12 05:02:30

标签: ios objective-c uitableview ios8

子类具有附加Xib文件的现有子类UITableViewCell 的正确方法是什么。我如何继承UITableViewCell子类并仍然在新类中使用Xib?

1 个答案:

答案 0 :(得分:0)

您需要做的就是使用相同的标识符,例如

                            <p>Image</p>
                        <input style="padding: 0px" type="file" name="image"  accept="image/jpeg, image/png">
                        <p>Subtitle</p>
                        <input type="text" name="subtitle" pattern=".{2,25}" required title="2 to 25 characters" >

                        <p>Text</p>
                        <textarea name="text" rows="4"  maxlength="275" minlength="35" required></textarea>

希望您觉得这很有帮助,如果您有任何疑问,请致谢,祝您好运。