Search results for string

NSString-ZENInflections screenshot

NSString-ZENInflections

March 05, 2015 • MIT License
Returns camelCased, UpperCamelCased, dashed-case, snake_cased representations of an NSString
EMString screenshot

EMString

February 16, 2015 • MIT License
EMString for Easy Markup String. A simple category on top of NSString using HTML's markup system to abstract the NSAttributedString API. @"<strong>Apply style with style</strong>".attributedString ;)
GONMarkupParser screenshot

GONMarkupParser

January 05, 2015 • MIT License
Easily build NSAttributedString from XML/HTML like strings for iOS.
No image provided.

BFKit

December 24, 2014 • MIT License
BFKit is a collection of useful classes to <strong>develop Apps faster</strong>. If you are looking for <strong>Swift</strong> version check it out here: <strong><a href="https://www.cocoacontro...
WPAttributedMarkup screenshot

WPAttributedMarkup

November 01, 2014 • MIT License
WPAttributedMarkup is a simple utility category that can be used to easily create an attributed string from text with markup tags and a style dictionary.
xcres screenshot

xcres

October 01, 2014 • MIT License
xcres searches your Xcode project for resources and generates an index as struct constants. So you will never have to reference a resource, without knowing already at compile time if it exists or n...
ASAttributedLabelNode screenshot

ASAttributedLabelNode

September 05, 2014 • MIT License
Draw NSAttributedString in SpriteKit
Extractor Localizable Strings screenshot

Extractor Localizable Strings

August 20, 2014 • MIT License
Extractor Localizable Strings is a open source plug-in for Xcode. It lets you extract localizable strings without opening the .strings file. When you select a string you can easily extract to main...
NSString+EmailAddresses screenshot

NSString+EmailAddresses

July 13, 2014 • MIT License
An Objective C category to validate and fix common typos in email addresses. Significantly reduces signup issues and lost users in your iOS apps. Fixes misspelled variations for Gmail, Googlemai...
PJR-NSString-Category screenshot

PJR-NSString-Category

May 29, 2014 • BSD License
An NSString Category which lets you perform many string operations in your application. * String validation. * Email validation. * Phone validation. * URL validation. * Add or remove substri...
NHLocalize screenshot

NHLocalize

May 10, 2014 • MIT License
NHLocalize helps you localize your apps through storyboards.
Localisator screenshot

Localisator

March 22, 2014 • MIT License
A custom localisator class which allows to change the app language without having to restart it. The new language can be saved to be automatically loaded when the app starts.
ARObjectCollectionViewController screenshot

ARObjectCollectionViewController

February 19, 2014 • MIT License
UIViewController that can present a JSON NSString, JSON NSData, JSON URL, XML NSData, XML URL, RSS NSData, RSS URL, NSDictionary, NSArray, NSSet, UIImage EXIF Metadata...
XMCircleType screenshot

XMCircleType

January 18, 2014 • Apache 2.0 License
XMCircleTypeView is a UIView that allows you to display an NSString as a cicular text. Is will take font kerning into account, so no weird spacings.
UAObfuscatedString screenshot

UAObfuscatedString

November 19, 2013 • MIT License
A simple NSStringCategory to hide sensitive strings from appearing in your binary
MDHTMLLabel screenshot

MDHTMLLabel

November 18, 2013 • MIT License
MDHTMLLabel is a lightweight, easy to use class for rendering text containing HTML tags on iOS 6.0+. It behaves almost exactly the same as UILabel and allows you to fully customize its appearence w...
NSString-Japanese screenshot

NSString-Japanese

September 25, 2013 • MIT License
NSString category methods for working with Japanese strings. * converting between Romanji, Hiragana , Katakana and Kanji * replacing Kanji with Hiragana * identifying the kind of Japanese text...
RSCategories screenshot

RSCategories

August 26, 2013 • MIT License
Inclues a few essential categories for iOS Developers. There are helper methods for NSDate, NSString, NSUserDefaults, UIColor and UIImage. UIImage has a working implementation of Loading GIF for...
Slash screenshot

Slash

May 16, 2013 • MIT License
A simple, extensible markup language for styling NSAttributedStrings. The language is similar in appearance to HTML, however the meaning of each tag is user-defined
DPToastView screenshot

DPToastView

March 02, 2013 • MIT License
Highly customizable toast view for iOS that features allows using attributed strings, supports word wrapping, device rotation, etc. Requires iOS >= 6.x; ARC; uses auto layout.