Welcome, Guest
Username Password: Remember me

UIScrollView cell
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: UIScrollView cell

UIScrollView cell 1 year, 4 months ago #1

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
  • tapforms
  • OFFLINE
  • Expert Boarder
  • Posts: 120
  • Karma: 4
Thanks!
Brendan
www.tapforms.com

Re: UIScrollView cell 1 year, 4 months ago #2

Hi Brendan,

I've checked the BBC News app, really neat stuff!

I think they implemented this by placing their own UIScrollView subclass in each cell, where each UIScrollView subclass has several controls that represents each news story. I am sure you can even get some code samples by posting at [url=http://www.stackoverflow.com]Stack Overflow[url=http://www.stackoverflow.com]Stack OverflowStack Overflow
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2402
  • Karma: 72

Re: UIScrollView cell 1 year, 4 months ago #3

Hi Tarek,

Ya, I've done just that actually. In this case I did the UITableView the old fashioned way without STV.

But it's working at least.

Thanks!

Brendan
  • tapforms
  • OFFLINE
  • Expert Boarder
  • Posts: 120
  • Karma: 4
Thanks!
Brendan
www.tapforms.com
  • Page:
  • 1
Time to create page: 2.88 seconds