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

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -