macOS/iOS API解説

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

目次

0-09-21から1日間の記事一覧

bounds

スクリーンのバウンディング矩形。ポイントで表される(読み込みのみ) @property(readonly) CGRect bounds UIKit>UIScreen フレームワーク UIKit クラス UIScreen 例文 UIScreen *aScreen = [UIScreen mainScreen]; CGRect screenBounds = aScreen.bounds; …