我有以下代码
[[mWindow contentView] setWantsLayer:YES]; //mWindow is NSWindow object
[[mWindow contentView] layer].contents = [NSImage imageNamed:@"1.png"];
此代码在 10.6 上运行良好,但在 10.5mWindow
上没有显示任何内容。为什么?
NSlog(@"%@",[[mWindow contentView] layer].contents) //10.5
NSImage 0x15d030 Size={565, 305} Reps=(
NSBitmapImageRep 0x166400 Size={565, 305} ColorSpace=NSCalibratedRGBColorSpace BPS=8 BPP=24 Pixels=565x305 Alpha=NO Planar=NO Format=0
)