macOS/iOS API解説

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

目次

UITableViewHeaderFooterViewクラス

INDEX>UIKit>

apple

テーブルビューのヘッダ・フッタのクラス
継承 UIView : UIResponder : NSObject
準拠 NSCoding (UIView)
UIAppearance (UIView)
UIAppearanceContainer (UIView)
NSObject (NSObject)
フレームワーク /System/Library/Frameworks/UIKit.framework
使用可能 iOS 6.0以降
定義 UITableViewHeaderFooterView.h

概要

テーブルビューのヘッダ・フッタのクラス。

メソッドとプロパティ

ビューの初期化

– initWithReuseIdentifier

コンテンツビューへアクセス

contentView property
backgroundView property

ビュー再利用の管理

reuseIdentifier property
– prepareForReuse

デフォルトのビューコンテンツの管理

textLabel property
detailTextLabel property
tintColor property

クラス

UITableViewHeaderFooterView

参照