Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: gamedivisionuk on January 23, 2015, 03:52:33 AM

Title: Scroll view within a scroll view possible or not
Post by: gamedivisionuk on January 23, 2015, 03:52:33 AM
iphone 5
I'm using the full screen,kind of like a news reader so you swipe from one screen to the other,some of the pages are longer than others, as well as swiping left and right I need to be able to swipe up and down on some to read the lower content.
I tried Putting a scrollview within a scrollview but once you scroll down on that particular page it doesn't let you scroll left or right , any ideas
Thanks
Title: Re: Scroll view within a scroll view possible or not
Post by: ArenMook on January 23, 2015, 09:52:35 PM
Yes, you can have a scroll view inside a scroll view. You will want to have two UIDragScrollView scripts per object -- one for horizontal movement pointing to one scroll view, and another for the vertical movement pointing to the other scroll view.