iPhone Tableview 在水平滚动而不是垂直中使用单元格
这不是一个 uiview 方向问题,我想让 iphone 处于纵向或横向状态,并且我想要一个标准的 tableview(控制器?),它将在 iphone 下方的垂直条中显示单元格,并且 tableview 水平滚动。 -即 100% 正常桌面视图,即旋转 90 度而不旋转手机方向
这可能吗?
This is not an uiview orientation question, I want to Have the iphone in Portrait or Landscape, and I want a standard tableview(controller?) that will display cells in a vertical strip down the iphone and the tableview scrolls horizontally.
-I.e. a 100% normal tableview, that is rotated 90deg without rotating the phone orientation
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在视图控制器中旋转 viewDidLoad 中的 tableView:
但是单元格将旋转 90°!!!我解决了旋转 cellView -90°
in the view controller rotate the tableView in viewDidLoad:
but you will have cell rotated 90°!!! I solved rotating cellView -90°
现在,任何寻找简单且更好的方法的人都可以使用启用了“水平滚动”的 UICollectionView。
Now anybody looking for simple and better way use UICollectionView with "Horizontal scrolling" enabled.