LoginSignup
7
7

More than 5 years have passed since last update.

TableViewCellの右ずれを直す

Posted at

右にずれる

なぜかTableViewでリストを作成するとデフォルト右に少しずれている。

Screen-Shot-2015-07-07-at-02.04.11.png

下記を指定するだけ


self.tableView.separatorInset = UIEdgeInsetsZero
self.tableView.layoutMargins = UIEdgeInsetsZero
7
7
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
7
7