2010-12-02から1日間の記事一覧

横スクロールでイメージギャラリー的なものを実装!

http://blog.sallarp.com/iphone-ipad-appstore-like-uiscrollview-with-paging-and-preview/

srand()

main.mにつけたすといいのかも。アプリが立ち上がるたびにrandom()のシードが初期化される. int main(int argc, char *argv[]) { srand(time(NULL)); // ここ NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int retVal = UIApplicationMain…