Stefano Acerbetti

Results 45 comments of Stefano Acerbetti

Can you provide me an example of the broken issue? If you set the draw mode to ACEDrawingMode to ACEDrawingModeOriginalSize the behavior should be identical as the previous version

I you have time, i would recommend to use the NSCoding protocol. See my comment to #65

Hi there, thanks for the interest in the project. I'm happy to see where this is going, but I got very busy with my job and some side projects and...

Sorry, I'm busy with other projects and I'm not planning new features. I'll be more than happy to accept PR if you want to work on it

I think the best way is to apply the protocol [NSCoding](https://developer.apple.com/reference/foundation/nscoding) to each tool, so you can serialize the arrays of steps and apply them again in the future

Try to look here to get some idea https://github.com/mro/MROGeometry/blob/master/MROGeometry/NSCoder_MROCGPath.m

If you have implemented the NSCoding protocol correctly, saving it should be very easy. Here is a tutorial https://www.raywenderlich.com/1914/nscoding-tutorial-for-ios-how-to-save-your-app-data

Happy to accept and review any PR. But I don't have any bandwidth to maintain the lib right now

I never tried, but I can't see why it should not work did you manage to save the two different height here ? - (void)tableView:(UITableView *)tableView updatedHeight:(CGFloat)height atIndexPath:(NSIndexPath *)indexPath

Sorry, I don't see this error compiling the project. Could you please add more details to reproduce it ?