brutella / chatheads

An implementation of Facebook's ChatHeads on iOS.
ISC License
877 stars 132 forks source link

Added the ability for the dev to choose which edge(s) that the ChatHead will snap #3

Closed pedrovieira closed 11 years ago

pedrovieira commented 11 years ago

Now the developer can choose which edge(s) that the ChatHead will snap: CHSnappingEdgeBoth, CHSnappingEdgeRight and CHSnappingEdgeLeft. To set which edge you want to use, simply call

_draggingCoordinator.snappingEdge = CHSnappingEdgeBoth;

_draggingCoordinator being the CHDraggingCoordinator.

Thanks!

wangpeng1 commented 11 years ago

dynamic Added the ability for disappear and show CHDraggableView。 your app very cool,you can finished it same Facebook. thank you very much

brutella commented 11 years ago

Thanks