三20【下拉更新】:如何更改文本和日期时间格式?

发布于 2024-12-05 05:39:29 字数 309 浏览 1 评论 0原文

我使用带有 TTURLRequestModel 的 TTTableViewController 并在 ViewController 中使用以下几行实现了“拖动刷新”功能:

- (id<UITableViewDelegate>)createDelegate {
    return [[[TTTableViewDragRefreshDelegate alloc] initWithController:self] autorelease];
}

更改显示文本的正确方法是什么?是否也可以更改箭头图标?

谢谢!

I'm using a TTTableViewController with a TTURLRequestModel and implemented the "Drag to refresh" feature with these lines in my ViewController:

- (id<UITableViewDelegate>)createDelegate {
    return [[[TTTableViewDragRefreshDelegate alloc] initWithController:self] autorelease];
}

What is the right way to change the displayed text? Is it possible to change the arrow-icon too?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

给不了的爱 2024-12-12 05:39:29

我想说,最干净的方法是将 TTTableHeaderDragRefreshViewTTTableViewDragRefreshDelegate 扩展到您自己的类并覆盖 - (void)setStatus:(TTTableHeaderDragRefreshStatus )status 私有函数。

您可以通过更改 Three20 本地化字符串的值和 Three20.Bundle 文件中的更新箭头来“破解”此更改。

I would say, the cleanest way to do it, is to extend both TTTableHeaderDragRefreshView and TTTableViewDragRefreshDelegate to your own classes and override the- (void)setStatus:(TTTableHeaderDragRefreshStatus)status private function.

You can "hack" this change by changing the value of three20 localized strings and the update arrow in the Three20.Bundle file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文