■ダウンロード
SourceForge.JP: TinyMCE Japan Project File List
http://sourceforge.jp/projects/tinymce-ja/files/
■アップロード後の作業手順(ダウンロードファイルに同梱されている「はじめに.txt」から引用)
1.TinyMCEモジュールを有効化
[管理セクション} > [モジュール]をクリックし…
//セルが選択された際に呼び出される – (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { //選択されたセルを取得 UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath]; //セルにチェックが付いている場合はチェックを外し、付いていない場合はチェックを付ける if (cell.accessoryType == UITableViewCellAccessoryCheckmark) { cell.accessoryType = UITableViewCellAccessoryNone; } else { cell.accessoryType = UITableViewCellAccessoryCheckmark; } }
graffiti on the web
この投稿へのコメント
コメントはまだありません。