AMShimmer icon indicating copy to clipboard operation
AMShimmer copied to clipboard

Not working properly or something is wrong.

Open NirajCapermint opened this issue 6 years ago • 3 comments

Need help. I implemented your library in one of my project and added below line in viewDidLoad: AMShimmer.start(for: view, except: [btnStartSchedal])

Inside view, there is another views and tableview but showing only on view. See the screenshot: IMG_0073

and following is my view hierarchy:

Screenshot 2020-01-08 at 5 40 54 PM

Need help

NirajCapermint avatar Jan 08 '20 12:01 NirajCapermint

Hi, Please set isToLastView: Bool = false to true. AMShimmer.start(for: view, except: [btnStartSchedal], isToLastView: true)

Thank you.

Abedalkareem avatar Feb 14 '20 05:02 Abedalkareem

Thanks, I tried but it gives me unexpected behaviour.

NirajCapermint avatar Feb 19 '20 12:02 NirajCapermint

@Abedalkareem If I have used UITableViewCell in viewForHeaderInSection then it is not showing Shimmer effect in tableview header.

NirajCapermint avatar Feb 24 '20 05:02 NirajCapermint