MGFinderView 2.1

MGFinderView 2.1

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布日期最新版本2015年6月

Matteo Gobbi 维护。



  • 作者
  • Matteo Gobbi

MGFinderView 是一个动画查看器,可用于聚焦或为用户建议屏幕上的某一点。

MGFinderView Screenshot

MGFinderView gif

信息

此代码必须在 ARC 下使用。如果您的代码不使用 ARC,可以将此源使用编译器标志 -fobjc-arc 标记

示例用法

如在视频中所示,MGFinderView 支持 IBInspectableIB_DESIGNABLE,这使得从 Interface Builder 中创建和自定义它变得可能。

如果您更喜欢通过代码创建它

MGFinderView *finderView = [[MGFinderView alloc] initWithSquareSide:150 color:[UIColor greenColor]];
[self.view addSubview:finderView];
[finderView startAnimating];

联系

Matteo Gobbi

许可证

MGFinderView 可在 MIT 许可证下使用。