I have a CATextLayer with multiline Text. The wrapped option is set to YES. But it doesn't wrap the text on the last line. If I add another line with \n and a space, the wrapping occurs (but this destroys the layout).
This only happens in iOS >= 8.3
Any ideas what could cause this?