【发布时间】:2009-02-09 14:13:11
【问题描述】:
我有一个UIView,我向它添加了一个可编辑的UITextView,
UITextView *textView = [[UITextView alloc] initWithFrame:CGRectMake(5, 5, 219, 47)];
[self addSubview:textView];
textView.font = [UIFont systemFontOfSize:14];
当我键入时,它不会自动关闭。有人有想法吗?
【问题讨论】:
标签: cocoa-touch