MortimerGoro / MGSwipeTableCell

An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions.
MIT License
6.97k stars 1.08k forks source link

iPhone X and on: When table view is on split view controller, right side button are cut #349

Open talophir opened 4 years ago

talophir commented 4 years ago
  1. Put a tableview with MGSwipeTableCell on a master view of split view controller, on a device that has a safe area
  2. Rotate to landscape
  3. Slide from right to left

Probably safe area calculations related.

Screenshot: Screenshot 2020-01-06 at 15 29 03

Sample project(modified version of MailAppDemo) : MailAppDemo.zip