I just updated my Mac to Xcode 15 beta 6 and I find when I created a new view,
The code is shown below:
NSView * view = [[NSView alloc] init];
NSLog(@"%@",NSStringFromRect(view.visibleRect));
Console output
{{-8.9884656743115785e+307, -8.9884656743115785e+307}, {1.7976931348623157e+308, 1.7976931348623157e+308}}
But this has always been {0,0,0,0}
4
2
1.5k