A picture representing fastred

fastred

fastred
波兰华沙
EmojiTextView screenshot

EmojiTextView

2016年7月27日 • MIT许可证
轻触可使用表情符号替换文字。灵感来源于iOS 10中的Messages.app。
ReflectableEnum screenshot

ReflectableEnum

2015年6月3日 • MIT许可证
为Objective-C中的枚举提供反射。
HamburgerButton screenshot

HamburgerButton

2014年8月1日 • MIT许可证
Hamburger按钮带有流畅的动画。在博客文章中进行了描述:http://holko.pl/2014/07/15/hamburger-button-animation/
MotionBlur screenshot

MotionBlur

2014年7月25日 • MIT许可证
MotionBlur允许您为`position`的动画添加运动模糊效果。
AHKBendableView screenshot

AHKBendableView

2014年7月12日 • MIT许可证
`BendableView`是`UIView`的子类,当其位置变化动画发生时,边缘会弯曲。内部,`BendableView`包含`CAShapeLayer`作为其背景。层的位置...
SloppySwiper screenshot

SloppySwiper

2014年6月12日 • MIT许可证
一个`UINavigationController`代理,允许从屏幕上的任何地方开始滑动回手势(而不仅仅是从左侧边缘)。
AHKSlider screenshot

AHKSlider

2014年6月7日 • MIT许可证
一个`UISlider`的子类,提高了选择值的精度。请阅读http://holko.pl/ios/2014/05/26/improving-uisliders-precision/了解其背后的故事。
AHKNavigationController screenshot

AHKNavigationController

2014年6月5日 • MIT许可证
一个`UINavigationController`子类,当导航栏隐藏或使用自定义返回按钮时,重新启用交互式弹回手势识别器。在博客中详细描述...
AHKActionSheet screenshot

AHKActionSheet

2014年4月27日 • MIT许可证
一个基于块API的自定义外观的UIActionSheet替代品。受到Spotify应用程序的极大启发。针对iPhone进行了优化。