what is syntax for CGAffineTransformConcat in swift 3?
because on using it shows the error:
use of unresolved identifier "CGAffineTranformConcat"
please help me somebody
what is syntax for CGAffineTransformConcat in swift 3?
because on using it shows the error:
use of unresolved identifier "CGAffineTranformConcat"
please help me somebody
In Swift 3 it is changed to
concatenating(_:)
. So you need to write it like this way.