EmojiTextView
July 27, 2016 • MIT License
Tap to swap out words with emojis. Inspired by Messages.app on iOS 10.
HamburgerButton
August 01, 2014 • MIT License
Hamburger button with a slick animation. Described in a blog post: http://holko.pl/2014/07/15/hamburger-button-animation/
MotionBlur
July 25, 2014 • MIT License
MotionBlur allows you to add motion blur effect to animations of `position`.
AHKBendableView
July 12, 2014 • MIT License
`BendableView` is a `UIView` subclass that bends its edges when its position change is animated. Internally, `BendableView` contains `CAShapeLayer`, which acts as its background. The layer's `path`...
SloppySwiper
June 12, 2014 • MIT License
A `UINavigationController` delegate that allows swipe back gesture to be started from anywhere on the screen (not just from the left edge).
AHKSlider
June 07, 2014 • MIT License
A `UISlider` subclass that improves the precision of selecting values. Please read http://holko.pl/ios/2014/05/26/improving-uisliders-precision/ to learn the background story behind it.
AHKNavigationController
June 05, 2014 • MIT License
A `UINavigationController` subclass that re-enables the interactive pop gesture recognizer when the navigation bar is hidden or a custom back button is used.
It's described in detail in the blog...
AHKActionSheet
April 27, 2014 • MIT License
A `UIActionSheet` alternative with a block-based API and a customizable look. Heavily inspired by the Spotify app. Optimized for the iPhone.