Hi,
Does anyone know if it's possible to use STV to implement a UIScrollView inside a UITableView. I was thinking of using the new IB custom table cell support, but I'm not sure how I would set this up. Since there won't really be a bunch of variables to bind to, I'm not sure that's the most appropriate technique.
For now I'm attempting to do it without STV. But I prefer to use STV. I just can't think of a way to do it just yet.
Think of the BBC News app. That's what I'm trying to accomplish. They have a vertical scrolling table view with sections. In each section is a horizontal scroll view of news articles. This isn't for news stories, but the graphical representation of what I'm trying to accomplish is the same.
Thanks!
Brendan