Ilia Zelenkin
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]; } ```  The scenario more or less like this:...