M
Size: a a a
M
M
В
M
M
В
self.layer.addSublayer(self.nextLayer)
// works only with fucking async.
DispatchQueue.main.asyncAfter(deadline: .now() + 0.01) {
CATransaction.begin()
self.nextLayer?.frame = startPosition
CATransaction.commit()
}
В
M
self.layer.addSublayer(self.nextLayer)
// works only with fucking async.
DispatchQueue.main.asyncAfter(deadline: .now() + 0.01) {
CATransaction.begin()
self.nextLayer?.frame = startPosition
CATransaction.commit()
}
M
M
В
В
В
В
В
В
M
M
В
M