I'm trying to use AutoLayout but I have some problems. This is my Custom Cell with an UIImageView on the top left, a UILabel (Title), a UITextView(SampleText) and another UIImageView at the bottom:

My problem is that everything is calculated correct, but in some cases I don't need the UIImageView at the bottom, and than the other Views are not on the correct place anymore if the UIImageView is removed. Is it even a good idea to use AutoLayout in this case?
 
     
     
    