• Stars
    star
    2
  • Language
    Swift
  • License
    MIT License
  • Created almost 10 years ago
  • Updated almost 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A few Swift extensions: Some type conversion stuff; some extensions to help with the NSString/String, NSArray/Array, NSDictionary/Dictionary

More Repositories

1

SwiftyStringScore

Swift string fuzzy ranking. Score of 0 for no match; up to 1 for perfect. "String".score(word:"str"); //=> 0.825
Swift
156
star
2

NSTextView-LineNumberView

Add line numbers to an instance of NSTextView. The line number view is implemented as a subclass of NSRulerView.
Swift
142
star
3

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.
Objective-C
75
star
4

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.
Swift
45
star
5

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.
Swift
21
star
6

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.
Swift
21
star
7

YZPolygonHelper

A few class methods to help working with polygons; such as: find the center (centroid) of a polygon; test if a point is with inside a polygon or not.
Swift
15
star
8

YZNameFormatter

A simple name formatter to help split name strings into "prefix", "first name" and "last name".
Swift
11
star
9

CustomHeightKeyboard

iOS 8 iOS 9 Keyboard - Custom Height
Swift
9
star
10

YZIconKit

A collection of icons created with paint code (PaintCode 2). It has some funny icons, including some Australian animals.
Objective-C
4
star
11

SparkRecordingCircle_Swift

Swift
2
star
12

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 file
Swift
2
star
13

SubjectiveCCastroControls_Swift

A clone of Castro's playback controls.
Swift
2
star
14

YZHorizontalItemsView

A view made up of a few views. Think of it as an 'unscrollable' horizontal collection view.
Objective-C
2
star
15

SubjectiveCPhotoPanner_Swift

A small clone of Facebook Paper's motion based photo panner http://subjc.com/facebook-paper-photo-panner/
Swift
2
star
16

HeaderCommentChanger

Header comment changer is a Python script to batch change the header comment (usually copyright information) for your .h, .m and .swift files
Python
2
star
17

YZIonIconsHelper

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.
Objective-C
2
star
18

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.
Swift
2
star
19

YZSimpleAudioKit

A few 'wrapper classes' or custom classes for AVAudioPlayer and AVAudioRecorder.
Swift
2
star
20

yichizhang.github.io

CSS
1
star
21

QuickLayout

A small library to help you add Auto Layout constraints
Swift
1
star
22

YZBasicCells

A collection of very basic Table View Cells and Collection View Cells.
Swift
1
star
23

YichisConfigFiles

A collection of some configuration files in my computer
Shell
1
star
24

SubjectiveCUnreadMenu_Swift

A rebuilding of Unread's pull-for-menu interaction.
Swift
1
star
25

YZImagePicker

Objective-C
1
star
26

YZCGPointExtension

A library of CGPoint functions to help you easily manipulate CGPoint.
C
1
star