oseparovic
oseparovic
I'm not sure if this is related but on the **Samsung Galaxy S3 (SGH-I747) - 4.4.4** I grabbed this logcat after the video appeared to stop for good. > 10-10...
The old settings no longer work for me. I'm using Android Studio 2.3.1 and Gradle 2.3.1. Error I was getting was: > "Warning:Exception while processing task java.io.IOException: proguard.ParseException: Expecting java...
Hey aernum, Thanks for reporting the issue. It seems a little odd that you can't add the view as a subview of a view controller as that is probably the...
Hey can you try to pull the latest code? I haven't updated the lib in a little while. I just pushed up the latest code from my working copy. It...
Thanks for pointing that out, I'll get to it as soon as possible. For reference what iOS version are you targeting?
Sorry for the delay. It looks like when I first wrote this I didn't account for the fact that user's may want to modify the margin between the MessageComposerView and...
As of `1.1.0` I added an alternate initializer `initWithFrame:andKeyboardOffset:` that accepts a static int offset from the bottom of the screen/top of the keyboard. I also fixed a few issues...
Could you not initialize the MessageComposerView via `initWithKeyboardOffset:49 andMaxHeight:CGFLOAT_MAX`? This should provide you with the desired result without requiring you to edit the lib manually
Ah I see. Then `initWithKeyboardOffset:andMaxHeight` is definitely not the right function for the job. Perhaps I need to add another initializer for that scenario. Please contact me via my contact...
That sounds pretty reasonable. I'm still trying to find a good way to determine if the parent is a UITabBarController from within the MessageComposerView but it's tricky. Thanks for your...