VisualKit is Jobandtalent’s UI Framework. In a nutshell, VisualKit is a big modular package of views and controls where each one of them can be easily themed and modified to fit the design, just like playing with Lego.
xcode
There are 3 posts tagged xcode ().
Animated flat button

A while ago, dribbble surprised me with this concept .
I have tried to replicate it using pop (you know that I absolutely love it).
However, after some trial an error I changed it slightly. This is a demo of the final result. Keep reading to know a bit more about it :)
Pause and resume CABasicAnimations
When I started programming my app I decided not to use any third party game frameworks (like Cocos2D) but native cocoa tools. That means all the animations in my app are done rather using Core Animation or animating some UIView’s properties.
Everything was all right, the 4 mini-games inside the app started to look like proper games. So like every proper game, the user has to be able to pause it. And no, don’t look at the documentation, there is no [myLayer pauseAnimation] nor [myLayer resumeAnimation].