電子趣味の部屋

電子系のガジェットやアプリ開発等の趣味の話題を書いてます

2009-06-15から1日間の記事一覧

iPhoneSDKのUIViewアニメーション

UIViewをアニメーションさせる方法 簡単な方法 CGContextRef context = UIGraphicsGetCurrentContext(); [UIView beginAnimations:nil context:context]; [UIView setAnimationCurve:UIViewAnimationCurveEaseInOut]; [UIView setAnimationDuration:<アニメ…