Display UIImage Instead of TableView if Empty?

Self. FetchedResultsController fetchedObjects > 0 will always be true because even an empty array is an object (and not nil ).

Self. FetchedResultsController fetchedObjects > 0 will always be true because even an empty array is an object (and not nil). You need to use self.

FetchedResultsController.fetchedObjects. Count > 0 instead.

Try putting the same code in viewDidAppear . Try using alpha = 0 instead of hidden. Try putting the same code in one of your tableview delegate methods.

Since you don't explain exactly what occurs I'm just throwing stuff out there.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions


Thank You!
send