C4iOS
C4iOS copied to clipboard
Add copy to TextShape
The TextShape
class currently doesn't have the same common copy
method that other objects do.
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.