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

The right side button is getting cut when I set UITableViewCell's accessoryType as disclosureIndicator in Xcode 10.1 & iOS 12.1 - MGSwipeTableCell #337

Open ashoksanivarapu opened 4 years ago

ashoksanivarapu commented 4 years ago

Environment(Sample project is created using):

Xcode 10.1 Swift 4.2 iOS 12.1 Simulator iPhone XS

Output screenshot:

https://www.dropbox.com/s/dcbczqd6aleibs8/Screenshot%202019-09-18%20at%207.58.42%20PM.png?dl=0

Sample Project:

https://www.dropbox.com/s/xshrlioptomr3qx/MGSwipeTableCellSample18Sep2019.zip?dl=0

Other Notes:

Thank you, I love your Framework.

danydenio commented 4 years ago

This is also happening for me in Simulator and iPhone XS Max iOS 13.1.

yambaypaul commented 4 years ago

I've only seen this in iOS13 when the table is on a storyboard. Seems the the accessory now has an opaque background. Maybe its the same problem you're seeing.

ashoksanivarapu commented 4 years ago

@yambaypaul , If you create a new project in Xcode 10.1 & iOS 12.1, you can still see the issue.

naveenshan01 commented 4 years ago

@ashoksanivarapu I am also looking forward for this fix, do you know when this changes get merged and get a new tag with this fix.

ashoksanivarapu commented 4 years ago

@naveenshan01 , Unfortunately, I don't have info on that at this moment.

MortimerGoro commented 4 years ago

v1.6.11 is already deployed with the fix