atalayasa
atalayasa
// SOLVED @smartcat32 Have you found a solution for that? I also have same issue library is not working iOS 13 anymore. // Solution Problem is not about library. I...
Did anyone solve that issue?
Did you find any solution about it? @coder-weed-Xu
I solved my issue with following code ``` func emptyDataSetShouldDisplay(_ scrollView: UIScrollView) -> Bool { return viewModel.numOfCell == 0 } ``` numOfCell is the size of the array that you...
@frestoinc No I am not using my navigation controller for my login screen. There is only login screen at first and then when user login to the system navigation controller...