Jake Lin
Jake Lin
@huntit thanks, good to know we are getting better. Our git process is very simple, just master and feature branches. no `develop` and so on. please let me know if...
I feel it is annoying too. I like the idea to have more customizable Slider.
For example, if we have some UITextField and UITextView in a ViewCotroller, once the keyboard is up, we need to write some code to dismiss it manually. How about we...
@tbaranes I think an enum like `borderSide` will be extendable, good idea π.
@tbaranes cool one
@tbaranes we don't, our transitions don't support moving an element from fromVC to the toVC. It was a card #17 for it. We grouped it inside this card.
@tbaranes To avoid including any asset in IBAnimtable, the user need to have two images when they use `AnimatableCheckbox`. And need to set both `checkedImage` and `uncheckedImage` properties to the...
@tbaranes #67 are related, and maybe we can merge them into one issue. We can provide a path for checkbox and some default animations. And allow the user set the...
@lexrus I added as nice-to-have, if we do it it will be in a pod's sub spec like a plugin, don't want to put any asset in the lib yet.
@TheDarkCode I still think that should be a plugin sits on different repo because it requires font assets. It will depends on IBAnimatable. It can also depend on https://github.com/dzenbot/Iconic to...