SMS Message Composer displays hole instead of pins

It worked like this:

correct appearance

But then a developer working with our company made several changes to make the navbar and status bar the same color in iOS 7 by changing the style of the status bar. Now the creation of SMS-Composer looks like this:

beginning to slide up

almost done

When the status bar expands (like when I'm in a call) the message composer slides too far (as you can see in the third image), but then it gets discarded, the hole you see is filled with the gray recipient input area and everything looks fine. So, while it's worse than before, at least it ends up showing the right thing. However, when the status bar is NOT expanded, I get this:

hole

The light gray ribbon you see there is part of the area where the recipients are supposed to appear. Showing / hiding the keyboard doesn't help. I have no idea what is causing this and the developer has no iPhone to test. So I thought I would ask here ... what could be causing this strange behavior and any suggestions for fixing it?

+3


source to share


1 answer


I would be curious what the boundaries are here: https://gist.github.com/anonymous/852b61188f29eee2997e#file-gistfile1-diff-L54 .. I assume they won't be what you expect .. Can you add log statement and specify what it sets the boundaries for?



+1


source







All Articles