Not working properly or something is wrong.
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:
and following is my view hierarchy:

Need help
Hi,
Please set isToLastView: Bool = false to true.
AMShimmer.start(for: view, except: [btnStartSchedal], isToLastView: true)
Thank you.
Thanks, I tried but it gives me unexpected behaviour.
@Abedalkareem If I have used UITableViewCell in viewForHeaderInSection then it is not showing Shimmer effect in tableview header.