Morten Holmgaard

Results 42 comments of Morten Holmgaard

Have you tried masksToBounds = true - that works for me

I do not set clipsToBounds - it just has the default value. This is my configuration if it helps you: ``` blurView.underlyingView = self.view blurView.tintColor = nil blurView.blurRadius = 10...

Thanks for your feedback :) 1. That example works! But this is a problem with margins. I the demo-3 example when adding start margin to `ItemBImage` ```

Great work!! It is pretty close to be working perfectly for me. shimmerRayProperties is not really possible to use as ShimmerRayProperties only has an internal constructor. I see there is...

Thanks for the improvements - it makes it possible for me to build a more reuseable aproch to it. I still have one major problem though with is that it...

The case is that I am creating the `SkeletonDrawable` for the `ViewHolder` root and then it am reusing it when ever reusing the row. That means that I am settings...

@EudyContreras I have just tried post to disable and it works perfectly. (Though it migth mean that I have to do that every where I disable to make sure it...

Okay first of all conceptually for me a skeleton is bound to a `View`. That meaning that i idealy just see it as simple as enable og disabling a skeleton...

@EudyContreras Sounds good - looking forward to hear from you with a fix for the current problem :)

@EudyContreras I have just made an example of the problem in a pull request including a video. It should make it simplere to figure out the problem - I hope...