CorePushPopupView Class Reference
| Inherits from | UIView |
| Declared in | CorePushPopupView.h CorePushPopupView.m |
Tasks
-
titleBarTextタイトルバーのテキスト
property -
contentViewコンテンツビュー
property -
delegateCorePushPopupViewDelegateプロトコルを実装したクラス
property -
– initWithFrame:withParentView:ポップアップビューを初期化する
-
– showポップアップビューを表示する
-
– hideポップアップビューを非表示する
-
– buildLayoutSubViewsレイアウトを構築する。ポップアップビューを表示する前に呼び出す必要がある。
Properties
contentView
コンテンツビュー
@property (nonatomic, readonly) UIView *contentViewDeclared In
CorePushPopupView.hInstance Methods
buildLayoutSubViews
レイアウトを構築する。ポップアップビューを表示する前に呼び出す必要がある。
- (void)buildLayoutSubViewsDeclared In
CorePushPopupView.h