Ilia Zelenkin

Results 2 issues of Ilia Zelenkin

Hey, I've been trying to integrate this library with some obj-c code; and I am stuck a bit. It seems like auto-generated file from Xcode has only very limited method...

I am getting this error for the following string: ``` if (self.delegate && [self.delegate respondsToSelector:@selector(messageLocationOfMessageView:)]) { navigationbarBottomOfViewController = [self.delegate messageLocationOfMessageView:currentView]; } ``` ![screenshot_tsmessage](https://cloud.githubusercontent.com/assets/9010665/5922968/16436d16-a650-11e4-95e9-6c693cfaf67a.png) The scenario more or less like this:...