CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jun 2015 |
Maintained by Matteo Gobbi.
MGFinderView is an animated finder view useful for instance to focus or to suggest a point of the screen to the user.
This code must be used under ARC.
If your code doesn't use ARC you can mark this source with the compiler flag -fobjc-arc
As in the video, MGFinderView supports IBInspectable and IB_DESIGNABLE making possible creating and customizing itself from Interface Builder.
If you instead prefer to create it by code:
MGFinderView *finderView = [[MGFinderView alloc] initWithSquareSide:150 color:[UIColor greenColor]];
[self.view addSubview:finderView];
[finderView startAnimating];Matteo Gobbi
MGFinderView is available under the MIT license.