AGEFlagIcons 1.1.0

AGEFlagIcons 1.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Aug 2016

Maintained by Alexander Edge.



This is a pod containing GoSquared's flag icons (https://www.gosquared.com/resources/flag-icons) and a UIImage category for convenience.

Usage

Add #import <AGEFlagIcons/UIImage+AGEFlags.h> and use the following method:

UIImage *image = [UIImage age_flagForRegion:@"gb"];

Region should be an ISO 3166-1 country code.

To run the example project; clone the repo, and run pod install from the Example directory first.

Requirements

iOS

Installation

AGEFlagIcons is available through CocoaPods, to install it simply add the following line to your Podfile:

pod "AGEFlagIcons"

Todo

  • It would be nice to have subspecs for different flag sets
  • OS X support

Author

Alexander Edge, [email protected]

License

AGEFlagIcons is available under the MIT license. See the LICENSE file for more info.