Skip to content
View zalexej's full-sized avatar

Block or report zalexej

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. UIColorExtension UIColorExtension Public

  2. JVFloatLabeledTextField JVFloatLabeledTextField Public

    Forked from jverdi/JVFloatLabeledTextField

    UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users

    Objective-C

  3. ABPadLockScreen ABPadLockScreen Public

    Forked from abury/ABPadLockScreen

    A simple keypad lock screen for the iPad

    Objective-C

  4. LXReorderableCollectionViewFlowLayout LXReorderableCollectionViewFlowLayout Public

    Forked from lxcid/LXReorderableCollectionViewFlowLayout

    Extends `UICollectionViewFlowLayout` to support reordering of cells. Similar to long press and pan on books in iBook.

    Objective-C

  5. StringScore StringScore Public

    Forked from thetron/StringScore

    StringScore is an Objective-C library which provides super fast fuzzy string matching/scoring. Based on the JavaScript library of the same name.

    Objective-C++ 1

  6. StringScore_Swift StringScore_Swift Public

    Forked from yichizhang/SwiftyStringScore

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

    Swift