初期化メソッド

| コメント(0) | トラックバック(0)

[UIWindow]

UIWindow *window=[[UIWindow alloc] initWithFrame:(CGRect)];

[UIView]

UIView *view=[[UIView alloc] initWithFrame:(CGRect)];

[UIScreen]

CGRect screenBounds=[[UIScreen mainScreen] bounds];
CGRect screenBounds=[[UIScreen mainScreen] applicationFrame];

[UITextView]

UITextView *textView=[[UITextView alloc] initWithFrame:(CGRect)];

[UIColor]

UIColor *color=[[UIColor alloc] initWithWhite:(float) alpha:(float)]
UIColor *color=[[UIColor alloc] initWithRed:(float) green:(float) blue:(float) alpha:(float)];

[UISegmentedControl]

UISegmentedControl *segmentedControl=[[UISegmentedControl alloc] initWithItems:nil];

[UINavigationController]

UINavigationController *navigationController=[[UINavigationController alloc] initWithRootViewController:(RootViewController)];

トラックバック(0)

トラックバックURL: http://www.ayabin.jp/mt5/mt-tb.cgi/66

コメントする

このブログ記事について

このページは、webmasterが2010年8月14日 20:30に書いたブログ記事です。

ひとつ前のブログ記事は「UITextViewクラス」です。

次のブログ記事は「pushサンプル」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。