macOS/iOS API解説

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

目次

UIRefreshControlクラス

INDEX>UIKit>

apple

引っ張って更新
継承 UIControl : UIView : UIResponder : NSObject
準拠 NSCoding (UIView)
UIAppearance (UIView)
UIAppearanceContainer (UIView)
NSObject (NSObject)
フレームワーク /System/Library/Frameworks/UIKit.framework
使用可能 iOS 6.0以降
定義 UIRefreshControl.h

概要

引っ張って更新を行います。

メソッドとプロパティ

リフレッシュコントロールの初期化

– init

コントロールアトリビュートへのアクセス

tintColor property
attributedTitle property

リフレッシュ状態の管理

– beginRefreshing
– endRefreshing
refreshing property

クラス

UIRefreshControl

参照