Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 XCode 中制作应用程序,我需要帮助实现搜索栏,以便它可以在TableView. 但是TableView没有原型单元,而是静态单元,我只能找到原型单元的教程。
TableView
我什至不知道是否可以在静态单元格中进行搜索。
无论原型还是静态,都需要使用自定义单元格。子类 UITableViewCell 以创建您的搜索字段等。对于静态单元格,您不需要实现 cellForRowAtIndexPath:,它会自动加载。