ios - Static UITableviewCells glitch when UIElements are added -


i added uitableviewcontroller , set type static. works when there no uielements added cells when 1 added, glitches. deleted of delegate methods in class tableview still messed up. ideas?

enter image description here

ensure you've set custom row height property.

  1. select cell
  2. open size inspector
  3. set row height 44 (or other needed size)

enter image description here


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -