I'm developing a board game for 2 players. I need the text in one label to be upside down so as face the opposing player. I have seen a discussion of NineOldAndroids. Is that the best and most current tool for this?
I don't have a clue how to make this work in my program. I have label3.text = "abcdefg". I tried the code below which did nothing. Now what?
BTW, I searched the forum thoroughly on every possibly related term. I could never have imaged that this involved views or padding.