Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Flags

πŸ‡ΈπŸ‡ͺ Flag extension

Swift Version License Platform Carthage compatible Codecov

flags

Usage

let flag = Flag(countryCode: "SE")

let countryLabel = UILabel()
countryLabel.text = flag?.emoji // πŸ‡ΈπŸ‡ͺ

let countryNameLabel = UILabel()
countryNameLabel.text = flag?.countryName // Sweden

let countryImage = UIImageView()
countryImage.image = flag?.image // πŸ‡ΈπŸ‡ͺ to image

Example

  • Flags - Flags for iOS Rxswift, ReactorKit and IGListKit example

Requirements

Flags is written in Xcode 10, Swift 4.2, iOS 8.0 Required

πŸ“² Installation

Flags is available through Cocoapods or Carthage.

Cocoapods

pod "Flags"

Carthage

github "cruisediary/Flags" ~> 0.4.0

❀️ Contribution

Pull requests are always welcomed πŸ„πŸΌ

πŸ‘¨β€πŸ’» Author

cruz, cruzdiary@gmail.com

πŸ›‘ License

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

You can’t perform that action at this time.