1
我即將推出一個新的應用程序,並願意提高圖形質量。在我的情況下,圖形是徽標和自定義按鈕。我不知道這是否會影響Core Plot,但這也是該軟件包的一部分。視網膜圖形與非視網膜圖形管理
有很多關於此的帖子,但仍然有些東西我不完全理解。
我從 「amattn」 讀這句話:
It's trivial:
1.Only include @2x images in your project.
2.Make sure those images have the @2x suffix.
The system will automatically downscale for non-retina devices.
The only exception is if you are doing manual, low level Core Graphics drawing.
You need to adjust the scale if so. 99.9% though, you don't have to worry about this.
從這個帖子:Automatic resizing for 'non-retina' image versions
我在關於這個問題是:
1. Should i do the testing on retina simulator only, as if i place a @2 grapic on
non-retina it will be too big? ...or is there an other way of doing it?
2. Should i always use a ImageView or is it OK to drag the image on the screen,
this is the logo i am talking about?
3. What about custom made buttons with images, how should i do with those?
4. What is the normal process to manage the different screen sizes, do people
add images for all displays or using this type of process?