gridview - IOS How to create tableview with two column first column have one row and second column have multiple row ? -


hello here attach image have create tableview image . description: in tableview have 2 columns first time , second event show come web services. don't have idea how create type of view .
enter image description here

if know example please share me . have find lots of grid view example problem in grid view both column equal have create first(time) columns height depend on second column(event) height equal please share valuable knowledge . thankyou

as k6sandeep suggests, can put 2 table-view controllers next each other.

assuming data available when loading table views, can count amount of events in time-slot , use value size rows in left column (in heightforrowatindexpath). populate events table usual.

using uiscrollview delegate methods (scrollviewdidscroll) of tableviews can synchronise scrolling behaviour.

an alternative have collectionview instead of tableviews.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -