Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSRect 値を含む「フレーム」の値をログに記録したいと考えています。DLog() で %@ を使用する代わりに、これを行う正しい方法は何ですか?
DLog(@"frame = %@", frame);
Dlog(@"frame = %@", NSStringFromRect(frame));