oseparovic / MessageComposerView

Custom UIView that sticks to the keyboard like in iMessage
MIT License
100 stars 27 forks source link

fixed delegate retain cycle. #7

Closed tobymao closed 10 years ago

tobymao commented 10 years ago

The delegate should be weak as strong causes a retain cycle.