ios - How do I make a subview of a UIScrollView remain stationary -
i have uiscrollview
views in , want make 1 of them stay in same place. how can that?
right have scroll view can have anywhere 1 30 or more views on it, , want 1 of them remain @ top of scroll view.
thanks
if set view controller scroll view's delegate, can implement - (void)scrollviewdidscroll:(uiscrollview *)scrollview
, in method, can change coordinates of scrollview's subviews make 1 of them stationary.
Comments
Post a Comment