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 程序。有谁知道以下效果是如何创建的,即复选标记?
在我看来,这是一个HUD。有很多替代方法可以产生类似的效果:
没有提供此功能的内置视图或控件,但常见的第三方(也支持进度指示器)是MBProgressHUD。
对此没有内置效果。您可以使用带有复选框图像的 UIImageView 来实现这一点。将 UIImageView alpha 设置为 .3f。