Kevin Thulin
Kevin Thulin
Hello, awesome launch screen :) But is it safe to use in a production app? Thanks,
I get a few warnings saying that the selectors need to change form: self.addTarget(self, action: "touchDown:", forControlEvents: UIControlEvents.TouchDown) self.addTarget(self, action: "touchUpInside:", forControlEvents: UIControlEvents.TouchUpInside) self.addTarget(self, action: "touchDragExit:", forControlEvents: UIControlEvents.TouchDragExit) self.addTarget(self, action:...
First off, thanks for sharing this! Is there a way to change the image size? Increasing the button size does not work.
I am trying to change the template depending if its a image or video but it doesnt seem to work, it just uses the template provided when calling the function...
Thanks for sharing this lib! Does this lib cache images by default? Or must I change some settings in Moa? This might not belong here but does Moa clear the...
Is it possible to add a shadow to the button? I dont mean shadow on click, I always want the shadow to stay visible
In order for me to prevent the form from being posted before validated I have to use the `_beforeSubmit()` function. But how can I implement it in Vue.js? I am...
Please add support for npm install, Thanks