ソフト仕様書

アプリケーションを使用する際に調べたことをまとめたページ。

2013-04-06から1日間の記事一覧

UIPasteView

@interface ViewController (){ UIPasteboard *_uiPasteBoard; // PasteBoard NSString *_strCellText; // セルに入れる文字列 } // セルの文字列を変数に代入する_strCellText =@"テスト"; // ペーストボードオブジェクトの生成_uiPasteBoard = [UIPasteboa…