brutella / chatheads

An implementation of Facebook's ChatHeads on iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Touch Issue on new iOS 3d Touch

suu10mac opened this issue · comments

Foremost thanks for this awesome work ....
Was working Perfect but seems issue on UITouch when it comes to devices with 3d Touch
On 3d Touch Devices when a touch is made,instead of

  • (void)draggableViewTouched:(CHDraggableView *)view

it gets detected as drag move, and also noticed few changes on its CGPoint too... Can't get what's the issue on with these devices ???

@suu10mac try this.

Replace CHDraggableView with these below.

CHDraggableView.zip