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 2.7 - Chat Solution for Mobile App -

jquery - Detect current Section with javascript -