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.
如何为 iOS 创建一个在缩放时不进行图像平滑的图像查看器?就像Screenshots Journal的图像查看器一样。
如果您有一个NSGraphicsContext进行绘图的地方,您可以调用[-NSGraphicsContext setShouldAntialias:NO].
NSGraphicsContext
[-NSGraphicsContext setShouldAntialias:NO]