Author Topic: Scroll view within a scroll view possible or not  (Read 4235 times)

gamedivisionuk

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 36
    • View Profile
Scroll view within a scroll view possible or not
« 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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Scroll view within a scroll view possible or not
« Reply #1 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.