WLEmptyState icon indicating copy to clipboard operation
WLEmptyState copied to clipboard

Memory leaks

Open YaroslavReznichenko opened this issue 4 months ago • 0 comments

Describe the bug Controllers do not deallocate from memory when using this framework

To Reproduce

self.tableView.emptyStateDataSource = self self.tableView.emptyStateDelegate = self

extension VC: WLEmptyStateDataSource, WLEmptyStateDelegate {

func enableScrollForEmptyState() -> Bool {
    return true
}

func customViewForEmptyState() -> UIView? {
    return UIView()
}

}

Smartphone (please complete the following information):

  • Device: 14
  • OS: 17

YaroslavReznichenko avatar Feb 21 '24 11:02 YaroslavReznichenko