Author Topic: Scrollable UILabel  (Read 3534 times)

kjslack

  • Guest
Scrollable UILabel
« on: February 05, 2013, 12:24:15 AM »
I am creating some speech bubbles that have a sliced sprite background image (speech bubble) and a single UILabel that will display the text. Some of the text that I will need to display is larger (longer) than the size of my speech bubble and UILabel. How can I create a scrollable UILabel so that I can read the rest of the text without changing the size of my UILabel and Speech Bubble? I don't think a UITextList is what I want because there will only be one text entry in the list, and I don't want to add more than one entry. What would you recommend?


Thank you for this great gui system. I have been very impressed. If only, I had this when we were developing our desktop version :)

lime-green.at

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 60
    • View Profile
Re: Scrollable UILabel
« Reply #1 on: February 05, 2013, 02:52:32 AM »