luispadron / UIEmptyState

An empty state control to give visually appealing context when building iOS applications.
MIT License
178 stars 34 forks source link

How To Use This Library in ViewController that have custom TableView? #11

Closed afiq90 closed 6 years ago

luispadron commented 7 years ago

You may just have to return something different for emptyViewShouldShow. The empty view gets attached to the main view of the view controller.

However I’ve never tested so you would need to experiment, reading the docs might help.

afiq90 commented 7 years ago

okay thanks, will test it and report back.

luispadron commented 6 years ago

closing due to inactivity.

jaksatomovic commented 6 years ago

hello any news on this?

luispadron commented 6 years ago

Did you try the above and read the docs? This should work as expected.