is it not possible to select/copy a static UILabel?
You might have to turn on user interaction and let it become the first responder.
No, but it can be done programatically.i was about to simply use a non-editable, non-scrollable text view, but i'm unable to change the font attributes of a text view using IB.
i'm unable to change the font attributes of a text view using IB.
Yes you can. Select the textview and choose Fonts > Show Fonts and choose your font.
And you're right, this should give you what you want. In fact there's no way to turn off that edit menu even if the text view is non-editable.