今回は、UITabBar と UITabBarItem の使い方についてです。
UITabBar を使い、UITabBarItems や view を追加する方法です。
1. UITabBar テンプレート を使ってプロジェクトを作成
まず、タイトルの通りに XCode の UITabBar テンプレートを使って、プロジェクトを作成します。
…
http://www.hirano-dept.com/blog/2011/01/iphone-uilabel.html
NSString *str = @”sample string”; CGSize size = [str sizeWithFont:[UIFont boldSystemFontOfSize:13] constrainedToSize:CGSizeMake(500, 2000) lineBreakMode:UILineBreakModeWordWrap]; NSLog(@”String height: %d”, size.height);
http://blog.summerwind.jp/archives/1353/
graffiti on the web
この投稿へのコメント
コメントはまだありません。