All Projects → cruisediary → Flags

cruisediary / Flags

Licence: mit
🇸🇪 Flag extension make flag emoji, image

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Flags

country-flags
A small package to convert a country code to the corresponding country flag emoji
Stars: ✭ 27 (-3.57%)
Mutual labels:  emoji, flags
Sodieremojikeyboardplus
支持自定义emoji表情,icon font , FontAwesome,斜体,超链接,粗体,下划线,字体,颜色,镂空字体等富文本
Stars: ✭ 14 (-50%)
Mutual labels:  emoji
Artify Core
The sweet heart of Artify 👑
Stars: ✭ 17 (-39.29%)
Mutual labels:  rxswift
Styleguide Git Commit Message
/sBin/StyleGuide/Git/CommitMessage
Stars: ✭ 934 (+3235.71%)
Mutual labels:  emoji
Emojione Color Font
End of Life. Switch to https://github.com/eosrei/twemoji-color-font
Stars: ✭ 899 (+3110.71%)
Mutual labels:  emoji
Emojis
this is emoji images
Stars: ✭ 9 (-67.86%)
Mutual labels:  emoji
Jeelizweboji
JavaScript/WebGL real-time face tracking and expression detection library. Build your own emoticons animated in real time in the browser! SVG and THREE.js integration demos are provided.
Stars: ✭ 835 (+2882.14%)
Mutual labels:  emoji
D3 Digest
SlackBot that watch channels looking for links and reactions, and generates digests based on those reactions
Stars: ✭ 15 (-46.43%)
Mutual labels:  emoji
Conventional Changelog Angular Emoji
👍 Emoijis for the Angular Commit Guidelines with Emojis
Stars: ✭ 13 (-53.57%)
Mutual labels:  emoji
Rxdatasources Texture
ASTable and ASCollection Data Sources for RxSwift (Texture)
Stars: ✭ 25 (-10.71%)
Mutual labels:  rxswift
Rxswiftexamples
Examples and resources for RxSwift.
Stars: ✭ 930 (+3221.43%)
Mutual labels:  rxswift
Ios Architecture
A collection of iOS architectures - MVC, MVVM, MVVM+RxSwift, VIPER, RIBs and many others
Stars: ✭ 901 (+3117.86%)
Mutual labels:  rxswift
Slidestock
Viewer app for slides provided by speaker deck.
Stars: ✭ 10 (-64.29%)
Mutual labels:  rxswift
Famfamfam Flags Wpf
famfamfam flag icons for WPF
Stars: ✭ 17 (-39.29%)
Mutual labels:  flags
Sbsanimoji
🐵 Animoji app using Apples AvatarKit
Stars: ✭ 884 (+3057.14%)
Mutual labels:  emoji
Manamoji Slack
Slack emojis for Magic card symbols. Used by Scryfall’s Slack bot.
Stars: ✭ 16 (-42.86%)
Mutual labels:  emoji
Rxfeedback.swift
The universal system operator and architecture for RxSwift
Stars: ✭ 928 (+3214.29%)
Mutual labels:  rxswift
React Rewards
Package containing a few microinteractions you can use to reward your users for little things and make them smile!
Stars: ✭ 841 (+2903.57%)
Mutual labels:  emoji
Vanilla Emoji Picker
Modern emoji picker. Super light 2kb gzipped, simple and no frameworks 😻
Stars: ✭ 20 (-28.57%)
Mutual labels:  emoji
Qpdialcodepickerview
International Dial Code Picker View for Country or Area 国家或地区国际区号选择器
Stars: ✭ 15 (-46.43%)
Mutual labels:  emoji

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, [email protected]

🛡 License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].