Multiline CCTextFieldTTF

Hi,

is there any way I could use CCTextFieldTTF with multiple lines?
I’ve got a screen in my game which is used for messaging and message body can contain multiple lines.
I’ve got this implemented in Objective-C using UITextView.
I guess CCTextField is not translated to UITextView, but I’m wondering if there’s anything I could do to simulate it?
I know that the last resort is to have separate implementation fo different platforms, but I would like to avoid it.

Thanks,
Krystian