2009年04月11日21:29 カテゴリプログラミングiPhone UIViewのフェードイン/フェードアウト ブログネタ:Objective-C に参加中! 良く使いそうなのでいつも通りカテゴリで追加。 UIView+Effect.h // // UIView+Effect.h // KeitaiEmuPro // // Created by あんのたん on 2009/04/11. // Copyright 2009 あんのたん. All rights reserved. // #import <Foundation/Foundation.h> @interface UIView (Effect) - (void)fadeInWithDuration:(NSTimeInterval)interval; - (void)fadeOutWithDuration:(NSTimeInterv