Updating UITableViewCell subview's frame has no effect
问题 I have a custom (subclassed) UITableViewCell which contains a few UILabels, a UIButton, and a NSBlock as properties. This subclass is called ExploreCell . Two of the properties are UILabels and are named waitLabel and lastUpdateLabel respectively. When the contents of lastUpdateLabel is nil or is is blank i.e. @"" , I need to move the waitLabel vertically down (on the Y axis) 10 pixels. I am doing this by checking some objects in an NSDictionary as shown in the following code which I have put