LoginSignup
1
0

More than 5 years have passed since last update.

UIViewとタッチ判定

Last updated at Posted at 2012-07-24

はまった。。。

UIViewが親Viewの外側にいると、タッチしても反応しない。

UIViewとUIViewの組み合わせだとあまりこのミスはないかもしれないが、
このメソッドの存在を忘れていてかなりはまった・・・。

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath;

基本中の基本ですね。。。
UIViewの座標指定をしっかりやったつもりでも、
Cellの高さ指定が抜けてた事に気が付かなくて結構な時間を使ってしまった。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0