Author Topic: UILabel URL collider causing scrollview not to work  (Read 3625 times)

IIIDeFeKtIII

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 31
    • View Profile
UILabel URL collider causing scrollview not to work
« on: February 17, 2015, 11:45:30 AM »
I have created a scrollview with multiple page that center on the page with dragged to the side on the tablet. The Issue I am having is some of those pages have a UILabel and are using the URL functionality. The collider that you have to place on the UILabel to allow the URL text work as a click is making it so I cannot drag in those areas to scroll the view anymore. Anywhere else on the page it works fine. I know the UILabels URL collider is what is causing the issues, but how can I still drag in those areas?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UILabel URL collider causing scrollview not to work
« Reply #1 on: February 17, 2015, 09:46:21 PM »
You need to put UIDragScrollview on every collider inside the scroll view.