Disable UITableView horizontal scroll

前端 未结 6 1534
梦毁少年i
梦毁少年i 2021-01-13 13:02

I created a UITableView with a small frame, like (0,0,50,50). I want to disable the horizontal scrolling but keep the vertical scrolling.

I set se

6条回答
  •  感情败类
    2021-01-13 13:34

    If you created the table view in the interface builder then there is an option check the scroll vertically and uncheck the horizontal scroll.

    If you didn't then you should try create it in the interface builder and assign it to your IBOutlet

    Hope it helps !

提交回复
热议问题