0

I am trying to create a UITableview, with grouped static cells, that contain UITextFields. Everything looks fine, until I put in the UITextFields. Anyone have any ideas as to what may be happening? Auto-layout is on. When Auto-layout is off it is fixed but then rest of project is messing up.

Here is a picture to show what is happening:enter image description here

hlfcoding
  • 2,532
  • 1
  • 21
  • 25
spogebob92
  • 1,474
  • 4
  • 23
  • 32

1 Answers1

0

Sussed it. Row height was set to "default". I changed this to custom (in this case, 44) and it fixed the issue.

spogebob92
  • 1,474
  • 4
  • 23
  • 32