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 - DaveMiller

Pages: [1]
1
NGUI 3 Support / Re: Drag Stuttering on iOS7
« on: February 18, 2014, 09:15:02 AM »
Hi Aren, thanks for the reply.

I tried your suggestion, and yes, after the tab is shown, the delay between touches being updated is increased.
So it seems this is not an issue with NGUI.

Interestingly, the same thing happens in iOS6, although the stuttering only persists momentarily.
Looks like an iOS7 bug.

Thanks for the help!

2
NGUI 3 Support / Re: Drag Stuttering on iOS7
« on: February 17, 2014, 02:33:28 PM »
In this case, the framerate is not affected.

I have a spinning square in the example project attached to my original post which remains smooth.
The stuttering only affects the widget that is being dragged.

Another point is that the stuttering persists even AFTER the Control Center/Notification Center TAB is hidden.
This fact and the simplicity of the scene (2 small UITextures, 2 UILabels), running on an iPhone5S leads me to believe it is not a fillrate/drawcall issue.

3
NGUI 3 Support / Re: Drag Stuttering on iOS7
« on: February 17, 2014, 11:15:36 AM »
Hi Tripwire- thanks for the response :)

Yes, I have a script in the scene that sets the framerate to 60.

The framerate is not affected during the stuttering (There's a rotating UITexture square in the example scene that remains smooth).

It looks like the input is affected when native iOS views are created!?!

4
NGUI 3 Support / Drag Stuttering on iOS7
« on: February 17, 2014, 07:16:22 AM »
Hi,

I'm experiencing stuttering of draggable NGUI objects on iOS7.
The stuttering appears to occur when the Control Center/Notification Center tab is shown by swiping up from the bottom of the screen.
Actually opening the Control Center/Notification Center will clear the stuttering.

I've attached an example project. Repro instructions are included in the project in UILabels.

It was built using NGUI 3.0.9 f4 (Not included).
I have been building to iOS7 with Unity Pro 4.3.4f1 & Xcode 5.0.2

Is this an NGUI bug?
Any help much appreciated.

Pages: [1]