Instead of using the drawLayer:inContext: method, setup the view you want and add a CALayer to it: UIView *layerHosting = [[UIView alloc] initWithFrame:frame]; ...
確定! 回上一頁