http://www.hirano-dept.com/blog/2011/01/iphone-uilabel.html
NSString *str = @"sample string";
CGSize size = [str
sizeWithFont:[UIFont boldSystemFontOfSize:13]
constrainedToSize:CGSizeMake(5…
UITextField が設置されているviewが表示されたら、自動で入力待ち状態にする方法です。
– (void)viewDidLoad {
[super viewDidLoad];
[textField becomeFirstResponder];
}
graffiti on the web
この投稿へのコメント
コメントはまだありません。