jessesquires / JSQMessagesViewController

An elegant messages UI library for iOS
https://www.jessesquires.com/blog/officially-deprecating-jsqmessagesviewcontroller/
Other
11.14k stars 2.81k forks source link

Strange behavier in iOS 7 on xcode 6 #542

Closed brbgyn closed 10 years ago

brbgyn commented 10 years ago

Hi,

My message bubbles are beeing cutted in any iOS 7.x, when compiling with xcode 6: On iOS 8 it works ok.

Look at the same screen in ios7 and ios8:

ios simulator screen shot 08 10 2014 16 28 24

ios simulator screen shot 08 10 2014 16 31 21

What could it be ?

My app tha is already at the app Store was uploaded with xcode 5, and is running the same code perfectly in iOS 7 !

weird

brbgyn commented 10 years ago

The bubles seems To have a maximum height, and when the height is not the max it gets cutted strangely

thieu75 commented 10 years ago

Have you check this closed issue #484 ? looks similar. Are you on the last version of the develop branch ?

brbgyn commented 10 years ago

Thank you very much thieu75

Added this mothod at JSQMessagesCollectionViewCell

As simple as that...

I'm not using the latest version of JSQMessagesViewController because i did lots of modifications in the original files... Due to this i cannot simple replace them..

Thank you again

jessesquires commented 10 years ago

closing as duplicate of #484