All Projects → keitaoouchi → Ioniconskit

keitaoouchi / Ioniconskit

Licence: mit
Use Ionicons in your Swift projects.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Ioniconskit

Xlpagertabstrip
Android PagerTabStrip for iOS.
Stars: ✭ 6,671 (+2051.94%)
Mutual labels:  cocoapods, carthage, ios-ui
Xlactioncontroller
Fully customizable and extensible action sheet controller written in Swift
Stars: ✭ 3,228 (+941.29%)
Mutual labels:  cocoapods, carthage, ios-ui
Sablurimageview
You can use blur effect and it's animation easily to call only two methods.
Stars: ✭ 538 (+73.55%)
Mutual labels:  cocoapods, carthage, uiimage
Eureka
Elegant iOS form builder in Swift
Stars: ✭ 11,345 (+3559.68%)
Mutual labels:  cocoapods, carthage, ios-ui
Nvactivityindicatorview
A collection of awesome loading animations
Stars: ✭ 10,031 (+3135.81%)
Mutual labels:  cocoapods, carthage, ios-ui
Cascadingtabledelegate
A no-nonsense way to write cleaner UITableViewDelegate and UITableViewDataSource in Swift.
Stars: ✭ 931 (+200.32%)
Mutual labels:  cocoapods, carthage, ios-ui
Swiftoverlays
SwiftOverlays is a Swift GUI library for displaying various popups and notifications
Stars: ✭ 621 (+100.32%)
Mutual labels:  cocoapods, carthage, ios-ui
Tbactionsheet
A Custom&Powerful Action Sheet For iOS. 一个 ActionSheet 满足所有样式!超高自由度的可定制!
Stars: ✭ 942 (+203.87%)
Mutual labels:  cocoapods, carthage, ios-ui
Poliopager
A flexible TabBarController with search tab like SNKRS.
Stars: ✭ 133 (-57.1%)
Mutual labels:  cocoapods, carthage, ios-ui
Swiftpagemenu
Customizable Page Tab Menu Controller 👍
Stars: ✭ 233 (-24.84%)
Mutual labels:  cocoapods, carthage, ios-ui
Anyformatkit
Simple text formatting in Swift
Stars: ✭ 296 (-4.52%)
Mutual labels:  cocoapods, carthage
Serpent
A protocol to serialize Swift structs and classes for encoding and decoding.
Stars: ✭ 281 (-9.35%)
Mutual labels:  cocoapods, carthage
Audioindicatorbars
AIB indicates for your app users which audio is playing. Just like the Podcasts app.
Stars: ✭ 279 (-10%)
Mutual labels:  cocoapods, carthage
Animoji
Animoji Generator 🦊
Stars: ✭ 277 (-10.65%)
Mutual labels:  cocoapods, carthage
Web3.swift
A pure swift Ethereum Web3 library
Stars: ✭ 295 (-4.84%)
Mutual labels:  cocoapods, carthage
Stepperview
SwiftUI iOS component for Step Indications.
Stars: ✭ 281 (-9.35%)
Mutual labels:  cocoapods, carthage
Stevia
🍃 Concise Autolayout code
Stars: ✭ 3,182 (+926.45%)
Mutual labels:  cocoapods, carthage
Gemini
Gemini is rich scroll based animation framework for iOS, written in Swift.
Stars: ✭ 2,965 (+856.45%)
Mutual labels:  cocoapods, carthage
Faceaware
An extension that gives UIImageView the ability to focus on faces within an image.
Stars: ✭ 3,004 (+869.03%)
Mutual labels:  cocoapods, carthage
Passwordtextfield
A custom TextField with a switchable icon which shows or hides the password and enforce good password policies
Stars: ✭ 281 (-9.35%)
Mutual labels:  cocoapods, carthage

IoniconsKit

CI Status Swift 5.0 Carthage compatible Version License Platform

IoniconsKit internally use ionicons.ttf v2.0.1

Example

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

Ionicons as UILabel

someLabel.font = UIFont.ionicon(of: 18)
someLabel.text = String.ionicon(with: .socialTwitter)

Ionicons as UIImage

someImageView.image = UIImage.ionicon(with: .socialFacebook, textColor: UIColor.orange, size: CGSize(width: 18, height: 18))

For another icons, plaease see the source, or build Example App.

Requirements

Target Version
iOS => 10.0
Swift => 5.0

Installation

IoniconsKit is available through CocoaPods or Carthage.

CocoaPods

pod "IoniconsKit"

Carthage

github "keitaoouchi/IoniconsKit"

for detail, please follow the Carthage Instruction

Author

keita.oouchi, [email protected]

License

ionicons.ttf file is licensed under MIT license.

IoniconsKit 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].