ModalView経由での値の受け渡し
http://timneill.net/2010/11/modal-view-controller-example-part-2/
http://ameblo.jp/iphone0126/entry-10716795357.html
http://timneill.net/2010/11/modal-view-controller-example-part-2/
http://ameblo.jp/iphone0126/entry-10716795357.html
http://d.hatena.ne.jp/keitanxkeitan/20110117/1295276262
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/
TableView cellにTextFieldを表示させる
試してませんが、UITextView,UILabelなども同様の方法でいける気がします。
http://d.hatena.ne.jp/lynk/20090128#1233143275
http://code.google.com/p/iphone-codes/source/browse/EditableCell/?r=0a9142db4af1fd959b81f24faab3cd3481d44f01#EditableCell%253Fstate%253Dclosed
http://www.bright-sys.co.jp/blog/iphone-corelocation-1/
http://www.bright-sys.co.jp/blog/iphone-corelocation-2/
cell.selectionStyle = UITableViewCellSelectionStyleNone;
http://www.toyship.org/2011/03/uitextfielduitextview%E3%81%AE%E6%96%87%E5%AD%97%E5%85%A5%E5%8A%9B%E3%81%A7%E8%A6%9A%E3%81%88%E3%81%A6%E3%81%8A%E3%81%8F%E3%81%A8%E4%BE%BF%E5%88%A9%E3%81%AA%E3%81%93%E3%81%A8/
http://d.hatena.ne.jp/KishikawaKatsumi/20081121/1227275688
http://unicode.org/reports/tr35/tr35-6.html#Date_Format_Patterns
http://d.hatena.ne.jp/tomute/20091120/1258780317
http://www.j-love.info/natsu/iphone-app/natsus_note/dev/tips/iphonexcodebuild_and_analyze.html
最近のコメント