C4iOS icon indicating copy to clipboard operation
C4iOS copied to clipboard

Add copy to TextShape

Open traviskirton opened this issue 8 years ago • 1 comments

The TextShape class currently doesn't have the same common copy method that other objects do.

traviskirton avatar Mar 11 '16 21:03 traviskirton

I think the copy methods should be let copy = View(original) instead of let copy = View(copy: original). Or at least let copy = View(byCopying: original). This should go on the 1.2.x branch.

alejandro-isaza avatar May 04 '16 16:05 alejandro-isaza