-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The right side button is getting cut when I set UITableViewCell's accessoryType as disclosureIndicator in Xcode 10.1 & iOS 12.1 - MGSwipeTableCell #337
Comments
This is also happening for me in Simulator and iPhone XS Max iOS 13.1. |
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. |
@yambaypaul , If you create a new project in Xcode 10.1 & iOS 12.1, you can still see the issue. |
@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. |
@naveenshan01 , Unfortunately, I don't have info on that at this moment. |
[Issue #337] Handle swipe with accessory in storyboard mode on iOS13
v1.6.11 is already deployed with the fix |
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.
The text was updated successfully, but these errors were encountered: