LoginSignup
8
8

More than 5 years have passed since last update.

iOS8でまたUItableViewCellの階層が変更された

Posted at
iOS8
<UITableViewCell>
   | <UITableViewCellSelectedBackground>
   | <UITableViewCellContentView>
   | <_UITableViewCellSeparatorView>
iOS7
<UITableViewCell>
   | <UITableViewCellScrollView>
   |    | <UITableViewCellSelectedBackground>
   |    | <UITableViewCellContentView>
   |    | <_UITableViewCellSeparatorView>

iOS6
<UITableViewCell>
   | <UITableViewCellContentView>

cell.superView.superViewみたいなアクセスの仕方をしているアプリは要注意ですね…!

8
8
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
8
8