for example, KLO_imageByResizingToSize: arg is a size, but it isn't scaled to the screen scale by default, since it deals in pixels. add a note in the docs that indicate the client should use KDICGSizeAdjustedForMainScreenScale when resizing things like icons and rely on the default behavior when resizing something like a content image.
for example,
KLO_imageByResizingToSize:arg is a size, but it isn't scaled to the screen scale by default, since it deals in pixels. add a note in the docs that indicate the client should useKDICGSizeAdjustedForMainScreenScalewhen resizing things like icons and rely on the default behavior when resizing something like a content image.