MGFinderView 2.1

MGFinderView 2.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2015

Maintained by Matteo Gobbi.



  • 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.

MGFinderView Screenshot

MGFinderView gif

Info

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

Example Usage

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];

Contact

Matteo Gobbi

License

MGFinderView is available under the MIT license.