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

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -