Can I make PSTextFieldSpecifier be read-only
Is there any way I could force PST开发者_开发问答extFieldSpecifier be read-only in iPhone Settings view?
It has auto-scaling font size, center justification and without title looks just perfect for copyright notice. The problem is that it's editable text. Even when if I would reset value each time app starts up, it's still pretty not-too-nice behaviour.
Backup plan: use two PSTitleValueSpecifiers... just not sure if copyright notice is valid, when it's spread over two bold titles and two non-bold values. But that's a different question.
if you want to display a readonly textfield you can use PSTitleValueSpecifier
精彩评论