ios - Xcode UITableView Custom Cell xib Image Height -


please see photo , me, important me. thank much

enter image description here

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

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -