Notes around the Internet.

Posts Tagged: iPhone

 信義房屋全國首創iPhone看屋App
信義房屋做了一個 Augmented Reality 的 iPhone App,還蠻酷的;不過我一直都不太知道在 iPhone 上的 AR 是怎麼做的@@

信義房屋全國首創iPhone看屋App

信義房屋做了一個 Augmented Reality 的 iPhone App,還蠻酷的;不過我一直都不太知道在 iPhone 上的 AR 是怎麼做的@@

Source: sinyi.com.tw

可以看得出來,iPad render 出來的網頁比較接近 Desktop Safari。iPhone 不知道是不是為了增進可讀性,都會把某段文字硬是放大-比對背景的線條就很明顯了。
(感謝 @itszero 幫我做了一個 WebView 程式放進 iPad Simulator 跑!)

可以看得出來,iPad render 出來的網頁比較接近 Desktop Safari。iPhone 不知道是不是為了增進可讀性,都會把某段文字硬是放大-比對背景的線條就很明顯了。

(感謝 @itszero 幫我做了一個 WebView 程式放進 iPad Simulator 跑!)

Goston’s Blog » [APP] 簡單好用、介面漂亮的待辦事項管理軟體 – 2Do
看起來是個可愛又方便的小軟體,不過我還是比較需要 The Hit List 的 iPhone 版啊… 開發的真慢 = =

Goston’s Blog » [APP] 簡單好用、介面漂亮的待辦事項管理軟體 – 2Do

看起來是個可愛又方便的小軟體,不過我還是比較需要 The Hit List 的 iPhone 版啊… 開發的真慢 = =

Source: goston.net

新一代 iPhone,星期五開始發售。
好想要啊~啊

新一代 iPhone,星期五開始發售。

好想要啊~啊

Text

webkitbits:

To change the status bar, the short bar with the time and carrier information, style for full screen web apps, place the following code in the <head> tag:

<meta name="apple-mobile-web-app-status-bar-style" content="black" />

Possible options include default, black, and black-translucent, which overlays the black strip on top of your content.

Note that using black-translucent changes the viewable height of the page and should be accommodated for in your CSS.

Pretty cool, but I’m wondering if developing a native app would be better… The later can provide (maybe) a faster speed and can be used anytime without Internet, though a web app can really save the time of development (if you can’t code Cocoa.)

Source: webkitbits