ios - Xcode 5 NSAttributedString in UIButton -


i using newest xcode , ios7. trying set nsattributed string on uibutton without luck. shows correctly in preview, doesn't apply changes actual button (look @ intro button in image below)... kind of frustrating.

how can force xcode apply nsattributed text? enter image description here


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -