iOS and Cocoa goodies
284.3K views | +2 today
Follow

KYAnimatedPageControl

From github.com

A custom UIPageControl with multiple animations.

No comment yet.

SlackTextViewController

From github.com

A drop-in UIViewController subclass with a growing text input view and other useful messaging features. Meant to be a replacement for UITableViewController & UICollectionViewController.

No comment yet.

GLCalendarView

From github.com

A fully customizable calendar view acting as a date range picker.

No comment yet.

PullToMakeSoup

From github.com

Custom animated pull-to-refresh that can be easily added to UIScrollView.


Check this article on our blog to know more details about animations implementation: http://yalantis.com/blog/how-we-built-customizable-pull-to-refresh-pull-to-cook-soup-animation/


Inspired by this project on dribble: https://dribbble.com/shots/2074667-Recipe-Finder-v-2

No comment yet.

BubbleTransition

From github.com

A custom modal transition that presents and dismiss a controller with an expanding bubble effect.

No comment yet.

DominantColor

From github.com

Finding the dominant colors of an image using the CIE LAB color space and the k-means clustering algorithm.

No comment yet.

FLAnimatedImage - Performant animated GIF engine for iOS

From github.com

FLAnimatedImage is a performant animated GIF engine for iOS:


  • Plays multiple GIFs simultaneously with a playback speed comparable to desktop browsers
  • Honors variable frame delays
  • Behaves gracefully under memory pressure
  • Eliminates delays or blocking during the first playback loop
  • Interprets the frame delays of fast GIFs the same way modern browsers do
No comment yet.

iOS Gesture Recognizer Tips and Tricks

From www.mindtreatstudios.com

Starting with iOS 3.2 Apple introduced a new easier way for developers to detect and use standard gestures in their applications.
No comment yet.