Search results for string

VKExpandableButton screenshot

VKExpandableButton

August 06, 2016 • MIT License
VKExpandableButton is a simple and easy-to-use expandable button written in Swift. You can put any String or UIImage inside it's content and customize it as you wish.
AOR screenshot

AOR

July 16, 2016 • MIT License
Wrapper of NSAttributedString and Text Kit. written in Swift.
NoOptionalInterpolation screenshot

NoOptionalInterpolation

July 16, 2016 • MIT License
NoOptionalInterpolation gets rid of "Optional(...)" and "nil" in Swift's string interpolation and make pluralization easier. let age = 42 let text = "I am \(age ~ "year") old" // "I am 42 yea...
JQSwiftIcon screenshot

JQSwiftIcon

July 13, 2016 • MIT License
Add icons to your project without moving a finger. JQSwiftIcon uses string interpolation to replace placeholders on text and replaces them with icons
Typeset screenshot

Typeset

June 27, 2016 • MIT License
Deal with AttributedString efficiently. https://github.com/Draveness/Typeset
JiMoniKeyboard screenshot

JiMoniKeyboard

June 23, 2016 • MIT License
Its a custom emoji keyboard that directly allow to access emoji images from keyboard to app. After tapping of any of emoji you can paste it on apps like email, messanges by directly paste from...
NGUtilitiesSwift screenshot

NGUtilitiesSwift

June 23, 2016 • Apache 2.0 License
NGUtilities for Swift is a set of Swift extensions that every Swift project should have.
AwesomeButton screenshot

AwesomeButton

May 11, 2016 • MIT License
UIButton inheritance with @IBDesignable and @IBInspectable force.
CloudTagView screenshot

CloudTagView

May 06, 2016 • MIT License
A custom view to create cloud of tags.
Baggage screenshot

Baggage

May 06, 2016 • Unspecified License
Simplifying work with clipboard in iOS.
Verbose screenshot

Verbose

November 18, 2015 • Unspecified License
Text generator written in Swift.
strsync screenshot

strsync

November 17, 2015 • MIT License
Automatically translate and synchronize .strings files from defined base language.
TextFlipKit screenshot

TextFlipKit

July 08, 2015 • MIT License
Makes it easy to flip and reverse NSStrings and NSSAttributedStrings
Secure Your App screenshot

Secure Your App

July 02, 2015 • MIT License
Add an extra layer of security against prying eyes. **IT IS NOT A FAIL-SAFE MEASURE** Security Sensitive strings can be: * REST API Credentials * OAuth Credentials * Passwords * URLs not i...
No image provided.

BFKit-Swift

June 23, 2015 • MIT License
BFKit-Swift is a collection of useful classes, structs and extensions to <strong>develop Apps faster</strong>. If you are looking for <strong>Objective-C</strong> version check it out here: <str...
LTTextView screenshot

LTTextView

June 12, 2015 • MIT License
Control to create text with interactive substrings. With ability customize it with NSAttributedString attributes.
LocalizationManager screenshot

LocalizationManager

June 03, 2015 • Unspecified License
OSX utility app to manage the localization .strings files
Inflection screenshot

Inflection

March 10, 2015 • MIT License
The Optimus Prime of string inflection
Versions screenshot

Versions

March 10, 2015 • MIT License
Helping you find inner peace when comparing version numbers in Swift.
StringScore_Swift screenshot

StringScore_Swift

March 06, 2015 • MIT License
Swift string ranking 0 for no match; up to 1 for perfect. "String".score(word:"str"); //=> 0.825 StringScore_Swift is a Swift library which provides fast fuzzy string matching/scoring. Based on ...