代码改变世界

How to set UITextField to ReadOnly

2010-11-13 19:55  wildboar  阅读(618)  评论(0编辑  收藏  举报
textField.userInteractionEnabled = NO;
the property is introduced at the UIView class, sometimes it's a good idea to check the superclasses of a given class