Can anyone explain how the tableview in Imdb iphone homescreen is implemented ? here is the structure, if anyone havnt seen it
imdb logo -- searchbar
UIPageView
3 buttons movies -- tv -- celebs
table view with 2 cells --> 1st cell (Top News) different from the second (Showtimes)
then here is a thick line --> is this line a modified section header ?
a table view with 3 cells with images on the left
again the the thick line
then again table view with cells without any images
I have posted this question on assumption, that more than one tableview has been used.. Is there a single tableview in this homescreen or have they used more than one table view ?
how is the thick line made here ? any help is appreciated :) thanks
UIScrollView
– basvk