There are no reviews yet. Be the first to send feedback to the community and the maintainers!
SwiftyStringScore
Swift string fuzzy ranking. Score of 0 for no match; up to 1 for perfect. "String".score(word:"str"); //=> 0.825NSTextView-LineNumberView
Add line numbers to an instance of NSTextView. The line number view is implemented as a subclass of NSRulerView.YZSwipeBetweenViewController
A view controller that has a scroll view which contains multiple view controllers's views; user can swipe left/right to switch to different views.CMPopTipView_Swift
CMPopTipView rewritten in Swift. Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.YZKeyboardInputAccessoryView
A drop-in input accessory view that adds a dismiss button and an extra row of characters (can be any numbers, letters or emojis) on top of the keyboard. It mimics the look, feel, and functionality of the native iOS keyboard.JCTiledScrollView_Swift
Jesse Collis's JCTiledScrollView rewritten in Swift. A set of classes that wrap UIScrollView and CATiledLayer. It aims to simplify displaying large images and PDFs at multiple zoom scales.YZNameFormatter
A simple name formatter to help split name strings into "prefix", "first name" and "last name".CustomHeightKeyboard
iOS 8 iOS 9 Keyboard - Custom HeightYZIconKit
A collection of icons created with paint code (PaintCode 2). It has some funny icons, including some Australian animals.SparkRecordingCircle_Swift
YZLibrary
Some code that helped me in the past few years of iOS development. Includes: Lazily setup UICollectionViewCell/UITableViewCell; lazily load a view from a Nib fileSwift_Useful_Extensions
A few Swift extensions: Some type conversion stuff; some extensions to help with the NSString/String, NSArray/Array, NSDictionary/DictionarySubjectiveCCastroControls_Swift
A clone of Castro's playback controls.YZHorizontalItemsView
A view made up of a few views. Think of it as an 'unscrollable' horizontal collection view.SubjectiveCPhotoPanner_Swift
A small clone of Facebook Paper's motion based photo panner http://subjc.com/facebook-paper-photo-panner/HeaderCommentChanger
Header comment changer is a Python script to batch change the header comment (usually copyright information) for your .h, .m and .swift filesYZIonIconsHelper
A few classes and categories to help make working with Ion Icons easier (pod name: 'ionicons'). You don't have to configure size and color on an ad hoc basis anymore; just configure the colors and sizes for each UI element in a centralized way.LazyCocoa
LazyCocoa is an app to help organise custom colours and fonts. Create a simple configuration file (Lazyfile) in your project directory and it can generate UIColor/UIFont swift files. In addition, you can also use it to organise string constants and NSUserDefaults. It also has a component to change the "header comment" of your source code files. In this repository, there is also a Python script that can generate a list of all the h files for your Swift Bridging header.YZSimpleAudioKit
A few 'wrapper classes' or custom classes for AVAudioPlayer and AVAudioRecorder.yichizhang.github.io
QuickLayout
A small library to help you add Auto Layout constraintsYZBasicCells
A collection of very basic Table View Cells and Collection View Cells.YichisConfigFiles
A collection of some configuration files in my computerSubjectiveCUnreadMenu_Swift
A rebuilding of Unread's pull-for-menu interaction.YZImagePicker
YZCGPointExtension
A library of CGPoint functions to help you easily manipulate CGPoint.Love Open Source and this site? Check out how you can help us