0
我想添加pull來刷新到我的應用程序,並使用Pull to Refresh文件在這裏:https://github.com/leah/PullToRefresh但是我很困惑如何使我的表視圖的子類。如何做到這一點?讓TableViewController成爲TableViewController的子視圖(ios)
我想添加pull來刷新到我的應用程序,並使用Pull to Refresh文件在這裏:https://github.com/leah/PullToRefresh但是我很困惑如何使我的表視圖的子類。如何做到這一點?讓TableViewController成爲TableViewController的子視圖(ios)
你的意思是這樣的嗎?
@interface MyTableViewController : PullRefreshTableViewController
{
//Member variables here.
}
// Methods and protocols here.
@end
子類或子視圖? – Felix 2011-02-26 21:13:35
你到底迷惑了什麼? – Max 2011-02-26 21:25:06