2012-05-13 65 views

回答

1

否你不能,你必須知道iPhone的沙箱環境,它不允許從iPhone上的任何其他應用程序訪問任何資源,除了一些例如聯繫人,電子郵件應用程序等。另外還有版權問題如果你使用相同的圖像。 你可以谷歌獲取圖像:)

5

一些蘋果模式可供使用。查看UIColor「系統顏色」文檔。下面是一些可以使用:

groupTableViewBackgroundColor(細條紋)(從通知等新的亞麻質地)
viewFlipsideBackgroundColor
scrollViewTexturedBackgroundColor
underPageBackgroundColor(下地圖的頁面捲曲)

使用方法如下:

UIColor *myBackgroundColor = [UIColor scrollViewTexturedBackgroundColor]; 

See the examples here.

+0

我已經知道這些(除了「underPageBackgroundColor」,酷!),但我指的背景圖像,你可以在設置應用程序 – Abramodj

+0

找到「背景圖像」你的意思是圖標,或壁紙? –

+0

壁紙當然! ;-) – Abramodj