macOS/iOS API解説

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

目次

UIWindow

UIWindowクラス

INDEX>UIKit> UIWindow 画面スクリーンのクラスです。 継承 UIView : UIResponder : NSObject 準拠 NSCoding (UIView) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iOS2.0 定義 UIWindow.h 概要 フレームワー…

UIKeyboardDidHideNotification

解説 返り値 引数 フレームワーク UIKit クラス UIWindow Notification 使用可能 iPhone2.0 参照 例文

UIKeyboardWillHideNotification

解説 返り値 引数 フレームワーク UIKit クラス UIWindow Notification 使用可能 iPhone2.0 参照 例文

UIKeyboardDidShowNotification

解説 返り値 引数 フレームワーク UIKit クラス UIWindow Notification 使用可能 iPhone2.0 参照 例文

UIKeyboardWillShowNotification

解説 返り値 引数 フレームワーク UIKit クラス UIWindow Notification 使用可能 iPhone2.0 参照 例文

UIKeyboardWillShowNotification

解説 返り値 引数 フレームワーク UIKit クラス UIWindow Notification 使用可能 iPhone2.0 参照 例文

UIWindowDidResignKeyNotification

解説 返り値 引数 フレームワーク UIKit クラス UIWindow Notification 使用可能 iPhone2.0 参照 例文

UIWindowDidBecomeKeyNotification

解説 返り値 引数 フレームワーク UIKit クラス UIWindow Notification 使用可能 iPhone2.0 参照 例文

UIWindowDidBecomeHiddenNotification

解説 返り値 引数 フレームワーク UIKit クラス UIWindow Notification 使用可能 iPhone2.0 参照 例文

UIWindowDidBecomeVisibleNotification

解説 返り値 引数 フレームワーク UIKit クラス UIWindow Notification 使用可能 iPhone2.0 参照 例文

解説 NSString *const UIKeyboardCenterBeginUserInfoKey; NSString *const UIKeyboardCenterEndUserInfoKey; NSString *const UIKeyboardBoundsUserInfoKey; NSString *const UIKeyboardAnimationDurationUserInfoKey; NSString *const UIKeyboardAnimation…

UIWindowLevel

解説 返り値 引数 フレームワーク UIKit クラス UIWindow Instance Methods 使用可能 iPhone2.0 参照 例文

sendEvent:

-(void)sendEvent:(UIEvent *)event 解説 返り値 ( void ) 引数 ( UIEvent * )event フレームワーク UIKit クラス UIWindow Instance Methods 使用可能 iPhone2.0 参照 例文

resignKeyWindow

解説 返り値 ( void ) 引数 フレームワーク UIKit クラス UIWindow Notification 使用可能 iPhone2.0 参照 例文

makeKeyWindow

解説 返り値 ( void ) 引数 フレームワーク UIKit クラス UIWindow Instance Methods 使用可能 iPhone2.0 参照 例文

-makeKeyAndVisible

解説 ウインドウをキー入力可能にして表示します。ピアノミニアルバム 「NHK連続テレビ小説 あまちゃん」作者: 川田千春,渋谷絵梨香出版社/メーカー: ヤマハミュージックメディア発売日: 2013/06/25メディア: 楽譜この商品を含むブログを見る 返り値 ( void …

convertRect:toWindow:

-(CGRect)convertRect:(CGRect)rect toWindow:(UIWindow *)window 解説 返り値 ( CGRect ) 引数 ( CGRect )rect ( UIWindow * )window フレームワーク UIKit クラス UIWindow Instance Methods 使用可能 iPhone2.0 参照 例文

convertRect:fromWindow:

-(CGRect)convertRect:(CGRect)rect fromWindow:(UIWindow *)window 解説 返り値 ( CGRect ) 引数 ( CGRect )rect ( UIWindow * )window フレームワーク UIKit クラス UIWindow Instance Methods 使用可能 iPhone2.0 参照 例文

convertPoint:toWindow:

-(CGPoint)convertPoint:(CGPoint)point toWindow:(UIWindow *)window 解説 返り値 ( CGPoint ) 引数 ( CGPoint )point ( UIWindow * )window フレームワーク UIKit クラス UIWindow Instance Methods 使用可能 iPhone2.0 参照 例文

convertPoint:fromWindow:

引数のビューの座標を変換します。 -(CGPoint)convertPoint:(CGPoint)point fromWindow:(UIWindow *)window 解説 返り値 ( CGPoint ) 引数 ( CGPoint )point ( UIWindow * )window フレームワーク UIKit クラス UIWindow Instance Methods 使用可能 iPhone2.…

becomeKeyWindow

解説 返り値 ( void ) 引数 フレームワーク UIKit クラス UIWindow Notification 使用可能 iPhone2.0 参照 例文

windowLevel

解説 @property(nonatomic) UIWindowLevel windowLevel 返り値 引数 フレームワーク UIKit クラス UIWindow Property 使用可能 iPhone2.0 参照 例文

keyWindow

解説 @property(nonatomic, readonly, getter=isKeyWindow) BOOL keyWindow 返り値 引数 フレームワーク UIKit クラス UIWindow Property 使用可能 iPhone2.0 参照 例文