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.
在 iPhone 应用程序中。我想实现一个功能,允许用户删除UITableView中的一个部分。为此,我想使用与默认使用相同的按钮来删除UITableViewCell。
希望我不需要重新绘制它们。
如果可能的话,我怎样才能以编程方式获得这些按钮?
感谢您的任何提示。
当我需要复制 Apple 创建的控件时,通常我只是搜索 Apple 正在使用的图像。为此,我使用 UIKit 图像提取器并寻找我感兴趣的资源
https://github.com/0xced/UIKit-Artwork-Extractor