Yichi Zhang

Results 7 repositories owned by Yichi Zhang

CMPopTipView_Swift

46
Stars
15
Forks
Watchers

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.

JCTiledScrollView_Swift

22
Stars
2
Forks
Watchers

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.

NSTextView-LineNumberView

140
Stars
25
Forks
Watchers

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

SwiftyStringScore

155
Stars
40
Forks
Watchers

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

YZKeyboardInputAccessoryView

21
Stars
3
Forks
Watchers

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

YZPolygonHelper

15
Stars
1
Forks
Watchers

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.

YZSwipeBetweenViewController

75
Stars
10
Forks
Watchers

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.