ios - Static Height Custom Cell ListView -


i having trouble working out static height (35) on custom cell row. keep getting overlapped list defined height when try bring down return height below 120 35.

   - (cgfloat)tableview:(uitableview *)tableview heightforrowatindexpath:(nsindexpath *)indexpath {     return 120; } 

thanks in advance help.


Comments

Popular posts from this blog

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

c++ - llvm function pass ReplaceInstWithInst malloc -

python - IO.UnsupportedOperation: Not Writable -