How to check NSArray is null or empty in iOS? April 3, 2023 by Tarik if (array == nil || [array count] == 0) { ... }