Closed Piero87 closed 11 years ago
I think this is related to the fact that you are using auto-layout in your xib. Unfortunately this lib isn't auto-layout compatible so you'll need to desactive it on your xib.
This might be related to accessory type
Hello, i have problem with your amazing project, i have a uitableviewcell xib with a uilabel in it, and a subclass of it, here the the snippet:
and then in the .m file there is nothing, then i use your project in this way:
now, the problem is this, when i swipe on the cell, and i release it, the label in cell it's offset on the left of some pixel, then, when i click on the row it return at the normal position, how i can solve this problem?