Hi! I have recently made a custom keybord because i the iOS didnt look the way i wanted. However i have problems with word wrapping, i have defined the hight and width of my text and it wraps perfect automaticly. But if i want to att a key on my keyboard that wraps when i want to like this:
text.text = text.text.. \n
It dosent work, however if i write:
[code]
text.text = text.text… "foo \n bar "
[code]
it wraps but i dont want any extra text to be added, how do i solve this?
[import]uid: 134049 topic_id: 29515 reply_id: 329515[/import]