开发者

How to make my uiimageview static when i have a scrollview associated with it

开发者 https://www.devze.com 2023-01-18 05:56 出处:网络
I am creating a music application which has more than 12 songs made of 12 tabs .i have added a uiview to my main view and to that uiview i have added imageview which keep开发者_如何学Gos on changing a

I am creating a music application which has more than 12 songs made of 12 tabs .i have added a uiview to my main view and to that uiview i have added imageview which keep开发者_如何学Gos on changing after every 5 seconds. Below that uiview i have added another uiview and imageview and to that my tabs are called dynamically.Scrollview is applied to my tabs .but when i scroll my tabs it gets applied to the whole main view and the imageview that changes after every 5 seconds also scrolls with my tabs that is a problem.Only my tabs should get scrolled and my imageview that changes after every 5 secs should remain static.Please anybody help me regarding this problem.It is urgent.


You can simply add you imageview to view that contains scrollview instead of adding it to scrollview.

0

精彩评论

暂无评论...
验证码 换一张
取 消