Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Andrey Postelzhuk

Pages: [1]
1
'onDragFinished' callback is never called when UIScrollView has centerOnChild object.
  1. else if (centerOnChild)
  2. {
  3.         centerOnChild.Recenter();
  4. }
  5. else
  6. {
  7.         if (mDragStarted && restrictWithinPanel && mPanel.clipping != UIDrawCall.Clipping.None)
  8.                 RestrictWithinBounds(dragEffect == DragEffect.None, canMoveHorizontally, canMoveVertically);
  9.  
  10.         if (mDragStarted && onDragFinished != null) onDragFinished();
  11.         if (!mShouldMove && onStoppedMoving != null)
  12.                 onStoppedMoving();
  13. }
  14.  

2
NGUI 3 Support / Re: Android Button click hover problem
« on: January 16, 2015, 04:11:02 AM »
I had the same problem. Thanks.

Pages: [1]