Tom Baranes

Results 69 comments of Tom Baranes

https://github.com/lkzhao/Hero That's the last kind of transitions we don't handle!

What's the difference with the existing images in `CheckboxDesignable`? ``` swift public func configCheckBoxCheckedImage() { guard let unwrappedCheckedImage = checkedImage else { return } setBackgroundImage(unwrappedCheckedImage, forState: .Selected) setBackgroundImage(unwrappedCheckedImage, forState: [.Selected,...

I see. Yeah, that can be really useful for prototyping (like predefined{Color,Gradient}. I'm just not sure to includes specific images directly in `IBAnimatable`, if we do the #67, instead of...

Since IBAnimatable is growing fast and we will start to have related plugins, what about creating an organisation to regroup all the plugins and the main library together? Otherwise, we...

@JakeLin Sure, I never did it before, but I'm interesting to learn how is that working. I will be busy this weekend, but I will take a look next week!...

I agree with @lastMove, I would follow apple opinons on this. Since `FillDesignable` does the same thing as the `backgroundColor` property, we shouldn't make special case and keep copying the...

👍 Love this idea! It's joining what @JakeLin starts with the transition demo (hidden in "forgot password" ). Moreover, a technical demonstration will be a nice way to avoid some...

> Since IBAnimatable is moving to an organisation, it could even be in a standalone Repo. Not sure that is a good idea, most of the users won't see it...

If I did understand well, you want another closure which will be called while the animation is running? Then, what about a `animationFired` or a name telling us that it...