ioswatchkitapple-watchwkinterfacelabel

Scroll long text inside WKInterfaceLabel?


Simple question: is there a way to make a WKInterfaceLabel scroll if its text is too long to fit within the label’s frame? Something akin to a UITextView?


Solution

  • You can definitely do this. All you need to do is set the following properties on the WKInterfaceLabel in the Storyboard.

    This will let you scroll to your heart's content. I just mocked it up in a sample app and it works exactly as you would expect.

    Hope that helps!