macOS/iOS API解説

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

目次

UIAlertViewクラス

INDEX>UIKit

クラスの説明
継承 UIView : UIResponder : NSObject
準拠 NSCoding (UIView)
NSObject (NSObject)
フレームワーク /System/Library/Frameworks/UIKit.framework
使用可能 iPhone2.0以降
定義 UIAlertView.h

解説

概要

タスク

プロパティの設定

delegate property
title property
message property
visible property

表示

– show

非表示

– dismissWithClickedButtonIndex:animated
 プログラム的にアラートを非表示にします。