macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

UIKit

bezierPathWithRect:

INDEX>UIKit>UIBezierPath + (UIBezierPath *)bezierPathWithRect:(CGRect)rect 解説 返り値 (UIBezierPath *) 矩形の新しいパスオブジェクト 引数 (CGRect)rect 作成する四角形を記述した範囲 フレームワーク UIKit クラス UIBezierPath 使用可能 iOS3.2以…

+bezierPath

INDEX>UIKit>UIBezierPath 新しいUIBezierPathオブジェクトをつくって返します。 + (UIBezierPath *)bezierPath 解説 新しいUIBezierPathオブジェクトをつくって返します。 返り値 新しいからのパスオブジェクト 引数 フレームワーク UIKit クラス UIBezierP…

UIBarStyle

INDEX>UIKit>UIToolbar ツールバーのスタイル typedef enum { UIBarStyleDefault = 0, UIBarStyleBlack = 1, UIBarStyleBlackOpaque = 1, // Deprecated UIBarStyleBlackTranslucent = 2, // Deprecated } UIBarStyle; PLATA ( プラタ ) おもしろ USB メモリ…

application:didReceiveLocalNotification:

- (void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification 解説 返り値 ( void ) 引数 ( UIApplication * )application フレームワーク UIKit クラス UIApplicationDelegate 使用可能 iPhone4.0 …

xxxx

編集中です

xxxx

編集中です

xxxx

編集中です

xxxx

編集中です

xxxx

編集中です

xxxx

編集中です

scrollViewWillBeginZooming:withView:

- (void)scrollViewWillBeginZooming:(UIScrollView *)scrollView withView:(UIView *)view 解説 (void)scrollViewWillBeginZooming:(UIScrollView *)scrollView withView:(UIView *)view 返り値 ( void ) 引数 ( UIScrollView * )scrollView フレームワーク…

scrollViewDidZoom:

- (void)scrollViewDidZoom:(UIScrollView *)scrollView 解説 (void)scrollViewDidZoom:(UIScrollView *)scrollView 返り値 ( void ) 引数 ( UIScrollView * )scrollView フレームワーク UIKit クラス UIScrollViewDelegate Instance Methods 使用可能 iPhon…

showsSearchResultsButton

@property(nonatomic) BOOL showsSearchResultsButton 解説 返り値 フレームワーク UIKit クラス UISearchBar Instance Methods 使用可能 iPhone3.2 参照 例文

searchResultsButtonSelected

@property(nonatomic, getter=isSearchResultsButtonSelected) BOOL searchResultsButtonSelected 解説 フレームワーク UIKit クラス UISearchBar Instance Methods 使用可能 iPhone3.2 参照 例文

buttonWithType:

INDEX>UIKit>UIButton 指定したタイプでボタンを作って返します。 + (id)buttonWithType:(UIButtonType)buttonType 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

imageRectForContentRect:

- (CGRect)imageRectForContentRect:(CGRect)contentRect 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

titleRectForContentRect:

- (CGRect)titleRectForContentRect:(CGRect)contentRect 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

contentRectForBounds:

- (CGRect)contentRectForBounds:(CGRect)bounds 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

backgroundRectForBounds:

- (CGRect)backgroundRectForBounds:(CGRect)bounds 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

setImage:forState:

- (void)setImage:(UIImage *)image forState:(UIControlState)state 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

setBackgroundImage:forState:

ボタンの背景画像をセットします。 - (void)setBackgroundImage:(UIImage *)image forState:(UIControlState)state 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

imageForState:

- (UIImage *)imageForState:(UIControlState)state 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

backgroundImageForState:

- (UIImage *)backgroundImageForState:(UIControlState)state 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

showsTouchWhenHighlighted

ボタンのタップ時にフラッシュ効果をつけるかどうか @property(nonatomic) BOOL showsTouchWhenHighlighted 解説 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

adjustsImageWhenDisabled

ボタンが不使用時に画像の色を調整するか @property(nonatomic) BOOL adjustsImageWhenDisabled 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

adjustsImageWhenHighlighted

ハイライトしたときに画像の色を調整する。 @property(nonatomic) BOOL adjustsImageWhenHighlighted 解説 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

titleShadowColorForState:

タイトルの影の色 - (UIColor *)titleShadowColorForState:(UIControlState)state 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

titleColorForState:

- (UIColor *)titleColorForState:(UIControlState)state 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

setTitleShadowColor:forState:

タイトルの影の色をセットします。 - (void)setTitleShadowColor:(UIColor *)color forState:(UIControlState)state 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

titleLabel

タイトルラベル @property(nonatomic,readonly,retain) UILabel *titleLabel 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone3.0 参照