andreamazz / BubbleTransition

A custom modal transition that presents and dismiss a controller with an expanding bubble effect.
MIT License
3.32k stars 250 forks source link

fix bug when startpoint not in center #3

Closed qpwang closed 9 years ago

qpwang commented 9 years ago

When startpoint.x or startpoint.y small than controllerView's width or height, it will have a error.

before:

before

after: after

andreamazz commented 9 years ago

HI @qpwang Good catch, thank you!