You can then add it as a sublayer to an existing CALayer: Swift: existingLayer.addSublayer(layer). Objective-C: [existingLayer addSublayer:layer];.
確定! 回上一頁