ios - Xcode UITableView Custom Cell xib Image Height -
please see photo , me, important me. thank much
need customize height of custom cell , need resize image views inside custom cell according image
- (cgfloat)tableview:(uitableview *)tableview heightforrowatindexpath:(nsindexpath *)indexpath { cgfloat cellheight = image1height + image2height + <button height>; return cellheight; }
also need assign imageview rect in custom cell according images dynamically.
Comments
Post a Comment