UIScrollView with UITableView and UICollectionView -


i have layout uiscrollview , inside have uiview behaves wrapper of content. inside have uiview kind of header, , below have uiview, can either uitableview or uicollectionview depending of setting.

question is, how make "header" uiview scroll when uitableview or uicollectionview scrolled. both of these can load more data when user reaches end of cells. i've tried solutions described in simmiliar problems, none helped.

thank you!

layout:


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -