Hi, thanks for responding. User interaction is enabled for both the table view and the cell the uitextfield is in
Post
Replies
Boosts
Views
Activity
I got it! Turns out the warning is in the console log: Warning once only: UITableView was told to layout its visible cells and other contents without being in the view hierarchy. Just set a symbolic breakpoint with UITableViewAlertForLayoutOutsideViewHierarchy and it will show the line of the problem in stack