Hello,
is there a way to display a TableView horizontally using STV?
I want to display a TableView like the rows in the Highlights Section in AppStore.
Thanks,
Urkman
UA-17470720-3
Posted 18 November 2013 - 11:11 AM
Hello,
is there a way to display a TableView horizontally using STV?
I want to display a TableView like the rows in the Highlights Section in AppStore.
Thanks,
Urkman
Posted 18 November 2013 - 11:56 AM
Hi Urkman,
The Highlights Section in the App Store is probably a UICollectionView, not a UITableView:
https://developer.ap.../Reference.html
If you really wanted to use a UITableView you could apply a CGAffineTransformRotate to the UITableView, and then further CGAffineTransformRotate to all the UITableViewCell contents. That might work.
HTH
Posted 18 November 2013 - 02:14 PM
yup i agree probably a colectionView..
but you could use https://github.com/n...kwood/iCarousel and add that to a cell in STV table
P.S. I hate Swift.. don't talk Swift.. Too old school to learn yet another programming language.
0 members, 0 guests, 0 anonymous users