iphone - UITableView with side section header images -
There are pictures from each section, almost acting equally for header scenes. If I scroll down, the top image stays there until it is collision with the next image, and vice versa.
Initially it seems very impossible that UITB is without completing VUI again, but I think it is semi-UITableView by subclassing this section to draw images, out of uitableview, on the side Whenever it calls layout subviews
(i.e. when it scrolls). There are minor problems with this: because it pulls out of the UITWview, any autorissi will probably throw the whole layout. And I'm not really sure about the viability of all this.
Any thoughts?
Edit: I realized that my first thought will not work because any touch on images will not be tracked through a tableview, so if you touched there you could not scroll. I think the biggest issue here is finding out how to touch the touch so that it can be touched in the whole scene.
You can see which table you are in (or the highest etc.) in some way, just a UIView , Which is updated even when the section changes, it is a bit difficult to understand my view, but it will not happen with the restarting of UITableView, instead of embedding the table functionality, to view the images in the table view Have another view nearby.
Another way to do this is probably a little more difficult, but try to indent your cells so that they do not start from the very left of the table view, make the tableview very detailed and that section header Has a custom view in which the image is on the left and hopefully it will do it correctly? Good questions and a fun one to play with.
Comments
Post a Comment