macOS/iOS API解説

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

目次

2015-02-24から1日間の記事一覧

convertRectToScreen:

INDEX>AppKit> NSWindow Objective-C - (NSRect)convertRectToScreen:(NSRect)aRect Swift func convertRectToScreen(_ aRect: NSRect) -> NSRect 解説 設定値 返り値 Objective-C Swift 引数 Objective-C Swift フレームワーク Appkit クラス NSWindow 使用…

convertRectToBacking:

INDEX>AppKit> NSWindow Objective-C - (NSRect)convertRectToBacking:(NSRect)aRect Swift func convertRectToBacking(_ aRect: NSRect) -> NSRect 解説 設定値 返り値 Objective-C Swift 引数 Objective-C Swift フレームワーク Appkit クラス NSWindow 使…

convertRectFromBacking:

INDEX>AppKit> NSWindow Objective-C - (NSRect)convertRectFromBacking:(NSRect)aRect Swift func convertRectFromBacking(_ aRect: NSRect) -> NSRect 解説 設定値 返り値 Objective-C Swift 引数 Objective-C Swift フレームワーク Appkit クラス NSWindo…

backingAlignedRect:options:

INDEX>AppKit> NSWindow Objective-C - (NSRect)backingAlignedRect:(NSRect)aRect options:(NSAlignmentOptions)options Swift func backingAlignedRect(_ aRect: NSRect, options options: NSAlignmentOptions) -> NSRect 解説 設定値 返り値 Objective-C …

backingScaleFactor

INDEX>AppKit> NSWindow Objective-C @property(readonly) CGFloat backingScaleFactor Swift var backingScaleFactor: CGFloat { get } 解説 設定値 返り値 Objective-C Swift 引数 Objective-C Swift フレームワーク Appkit クラス NSWindow 使用可能 10.0…

NSWindowDidChangeBackingPropertiesNotification

INDEX>AppKit> NSWindow Objective-C NSString * const NSBackingPropertyOldScaleFactorKey; NSString * const NSBackingPropertyOldColorSpaceKey; Swift let NSBackingPropertyOldScaleFactorKey: NSString! let NSBackingPropertyOldColorSpaceKey: NSSt…

Application Kit Version for Deferred Window Display Support

INDEX>AppKit> NSWindow Objective-C #define NSAppKitVersionNumberWithDeferredWindowDisplaySupport 1019.0 Swift var NSAppKitVersionNumberWithDeferredWindowDisplaySupport: Double { get } 解説 設定値 返り値 Objective-C Swift 引数 Objective-C S…

NSWindowOcclusionState

INDEX>AppKit> NSWindow Objective-C enum { NSWindowOcclusionStateVisible = 1UL << 1, }; typedef NSUInteger NSWindowOcclusionState; Swift struct NSWindowOcclusionState : RawOptionSetType { init(_ rawValue: UInt) init(rawValue rawValue: UInt)…

NSWindowBackingLocation

INDEX>AppKit> NSWindow Objective-C enum { NSWindowBackingLocationDefault = 0, NSWindowBackingLocationVideoMemory = 1, NSWindowBackingLocationMainMemory = 2 }; typedef NSUInteger NSWindowBackingLocation; Swift enum NSWindowBackingLocation :…

setAnchorAttribute:forOrientation:

INDEX>AppKit> NSWindow Objective-C - (void)setAnchorAttribute:(NSLayoutAttribute)attr forOrientation:(NSLayoutConstraintOrientation)orientation Swift func setAnchorAttribute(_ attr: NSLayoutAttribute, forOrientation orientation: NSLayoutCo…