Anton

Results 8 comments of Anton

This one is definitely gonna throw me for a loop to ensure I can pass through apple's approval system

Like a multiply the duration by 10x type of thing?

I think I might implement it as part of the logging solution I'm setting up at the moment. When debug mode is enable I'll add the the ability for a...

I can totally agree, and have already encountered the use case, in fading out a label, changing the text, then fading it back in. For now I would dispatch with...

This is actually in the works on the dev branch. I am still thinking of the how to apply the syntax of FlightAnimator. Any recommendations would be highly appreciated. The...

Well, I as gonna approach like the UILabel's numerOfLines property. Where once you enable autoreverse, the autoreverse count would determine it as: - 0, implies infinity, so it keeps repeating...

Does anyone know how to map a dictionary of dictionaries to a root level class instance? My intent is to somehow map the following class (class) PageConfig -> val analyticsPrefix...

@cbeust Done :) https://github.com/cbeust/klaxon/issues/240