iOS swift imageView cannot be hidden in TableViewCell
问题 I recently added some swift code inside an objective-C project and I am facing something strange I cannot sort out. I am using the Searchbar (from Ray tutorial) that I customized. In the cellForRowAtIndexPath method, I can customize my cell labels and everything works fine. The only thing is that I cannot hide some imageViews according to if (BOOL) conditions. Something must be wrong with my swift code since I can hide those image in Objective-C files with the same if (BOOL) conditions. Just