oseparovic / MessageComposerView

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

Space between keyboard and textview #15

Closed mbLc closed 8 years ago

mbLc commented 8 years ago

Hi,

I just downloaded your lib and I have a space on iOS 9.2 between the keyboard and the textview with the send button. Works fine in landscape but not in portrait. Did I miss something? I'm using the example in the readme:

self.messageComposerView = [[MessageComposerView alloc] init];
self.messageComposerView.delegate = self;
[self.view addSubview:self.messageComposerView];

Thanks for your help

oseparovic commented 8 years ago

Hi I haven't had time to support the lib lately so it's likely a bug or an incompatibility with a new device/os. What phone/version are you running it on and what view are you adding it to?

On Sat, Feb 6, 2016 at 7:18 AM, mbLc notifications@github.com wrote:

Hi,

I just downloaded your lib and I have a space on iOS 92 between the keyboard and the textview with the send button Works fine in landscape but not in portrait Did I miss something? I'm using the example in the readme:

selfmessageComposerView = [[MessageComposerView alloc] init]; selfmessageComposerViewdelegate = self; [selfview addSubview:selfmessageComposerView];

Thanks for your help

— Reply to this email directly or view it on GitHub https://github.com/oseparovic/MessageComposerView/issues/15.

mbLc commented 8 years ago

Thanks for the fast reply.

I tried on a fresh new UIViewController (single view), I just added the line you provided. I tried on a real iPhone 6S device and on an iPhone 5S with the simulator. Same result. My project is set on iOS 8.0 and my phone got iOS 9.2.1

oseparovic commented 8 years ago

I had some unpushed commits from last time I was working on this. Can you please do a pull and try again?

On Sat, Feb 6, 2016 at 7:27 AM, mbLc notifications@github.com wrote:

Thanks for the fast reply.

I tried on a fresh new UIViewController (single view), I just added the line you provided. I tried on a real iPhone 6S device and on an iPhone 5S with the simulator. Same result. My project is set on iOS 8.0 and my phone got iOS 9.2.1

— Reply to this email directly or view it on GitHub https://github.com/oseparovic/MessageComposerView/issues/15#issuecomment-180789561 .

mbLc commented 8 years ago

Still not working.

Using MessageComposerView (1.3.3)

oseparovic commented 8 years ago

It's not an official new version. 1.3.3 is still the old release from last october you were using before.

On Sat, Feb 6, 2016 at 7:55 AM, mbLc notifications@github.com wrote:

Still not working.

Using MessageComposerView (1.3.3)

— Reply to this email directly or view it on GitHub https://github.com/oseparovic/MessageComposerView/issues/15#issuecomment-180797107 .

mbLc commented 8 years ago

Sorry I didn't know. Anyway, everything is working fine now.

Thank you for your help!

oseparovic commented 8 years ago

Awesome. I'll update the pod version. Please let me know if there are any other issues

On Sat, Feb 6, 2016 at 8:20 AM, mbLc notifications@github.com wrote:

Closed #15 https://github.com/oseparovic/MessageComposerView/issues/15.

— Reply to this email directly or view it on GitHub https://github.com/oseparovic/MessageComposerView/issues/15#event-541777318 .