Vipin Johney
Vipin Johney
Just adding how I did this, incase some one is in need. 1. Make the following code public in ACEDrawingView.h ``` @property (nonatomic, strong) NSMutableArray *pathArray; @property (nonatomic, strong) NSMutableArray...
Above solutions by me had many issues. One of them was, each time I redraw the saved lines and draw a new line the previous set of lines changed their...
@MiteshiOS this is how I made the warning disappear. Change this - `result = zip(real, target).map{(-$0 * (1 - $0) * ($1 - $0))}` to this - ``` let zipped...