Closed afiq90 closed 6 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.
emptyViewShouldShow
However I’ve never tested so you would need to experiment, reading the docs might help.
okay thanks, will test it and report back.
closing due to inactivity.
hello any news on this?
Did you try the above and read the docs? This should work as expected.
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.