Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: ilanb on October 20, 2014, 03:10:16 AM

Title: [RESOLVED]Soft Clip IOS not work
Post by: ilanb on October 20, 2014, 03:10:16 AM
Hi,

I use UIScrollView attached on UIPanel with soft clip selected, when I scroll after one or two scrolling movement, scroll freeze !
Impossible to scroll again.

I have tested on editor and on device, iphone 4 and 5 same problem.

Unity 4.5.5 and NGUi 3.7.4

If I use other clipping param scroll never stop but content is not clipped...

Screenshot : http://screencast.com/t/ZyxtRMALPcBS

Thanks for help



Title: Re: Soft Clip IOS not work
Post by: ArenMook on October 20, 2014, 11:32:44 PM
I'm guessing your collider is a child of the scroll view, so you end up moving it as you scroll.

It should be outside of your scroll view, not inside it. Look at NGUI's examples.

In the future, always check UICamera's Debug option first to see what's intercepting your events. It'll give you a solid idea of what's wrong.
Title: Re: Soft Clip IOS not work
Post by: ilanb on October 21, 2014, 02:31:53 AM
Thanks Aren,

Sorry for disturb  :o

Works fine now !