Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.51k stars 1.1k forks source link

isHiddenWhenSkeletonIsActive is not work #493

Open wfs498121294 opened 2 years ago

wfs498121294 commented 2 years ago
 I set like this, but it is not work, the button  is not hiden 
   button.isHiddenWhenSkeletonIsActive = true
    button.isSkeletonable = true
muhammedgul commented 1 year ago

It only works when you both set button.isSkeletonable = trueand also pass the view you want to hide to show method e.g: showSkeleton(for: button)