エントリーの編集
                エントリーの編集は全ユーザーに共通の機能です。
                    必ずガイドラインを一読の上ご利用ください。
          - バナー広告なし
 - ミュート機能あり
 - ダークモード搭載
 
関連記事
Cocoaの日々: [iOS] UITableView でセルをスワイプするとスライドするユーザインタフェースを実装
スワイプの処理 RootViewController にUIGestureRecognier を左右両方向について登録しておく。 - (void... スワイプの処理 RootViewController にUIGestureRecognier を左右両方向について登録しておく。 - (void)viewDidLoad { [super viewDidLoad]; : UISwipeGestureRecognizer* swipeGesture = [[UISwipeGestureRecognizer alloc] initWithTarget:self action:@selector(didSwipeCell:)]; swipeGesture.direction = UISwipeGestureRecognizerDirectionRight; [self.tableView addGestureRecognizer:swipeGesture]; [swipeGesture release]; swipeGesture = [[UIS
              
            










2013/11/14 リンク