You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My TableView has small height, and is under keyboard. This situation is handled on demo, but does not work on my code. I use auto layout. Is it because of constraints (top space to layout)?
The text was updated successfully, but these errors were encountered:
Yes, It may be because of constraints, because of AutoLayout having their own minds, they are taking all the responsibility of managing the UITableView frame. Please suggest me how can I fix that (If I can).
My TableView has small height, and is under keyboard. This situation is handled on demo, but does not work on my code. I use auto layout. Is it because of constraints (top space to layout)?
The text was updated successfully, but these errors were encountered: