Skip to content

v1.2.0

Latest

Choose a tag to compare

@andreabusi andreabusi released this 30 Apr 13:47
· 3 commits to master since this release

This version enables interoperability with Objective-C!

SwiftFlags can now be used also from ObjC code:

NSString *itFlag = [SwiftFlags flagFor:@"it"];
NSString *usCode = [SwiftFlags countryCodeFor:@"United States"];