我想让 iPod Touch 的时钟在状态栏上出现两次。我该怎么做?

发布于 2025-01-05 05:17:15 字数 187 浏览 0 评论 0原文

我最近一直在进行调整,我想要进行调整,使时钟在 iPod Touch 状态栏上的两个不同位置出现两次。我想知道是否有人可以给我一个简短的教程,告诉我这是如何实现的,以及如何编写 Objective-C 来修改 iPod Touch IOS 上的某些内容?

考虑到我在 Objective-C 编程方面仍然是一个新手。

谢谢指教!

I`ve been working on a tweak lately and I want to make a tweak where the clock appears two times on two different places on the status bar on my iPod Touch. I was wondering if someone could give me a short tutorial on how this is possible and how to write Objective-C that modifies something on the iPod Touch IOS?

Take in consideration that I am still an newbie when it comes to Objective-C Programming.

Thanks in advice!

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

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

发布评论

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

评论(1

2025-01-12 05:17:15

我不相信您可以“修改”现有的 UI 元素,也就是说,您可以对现有元素进行子类化以在“您的”自己的应用程序上修改它们,但您无法更改默认元素,例如显示在屏幕上的状态栏所有应用程序。 (除非你越狱你的设备并使用未记录的 API(如果有任何用于此目的的 API),但对于刚刚开始的人来说,这将是一项巨大的工作量。

I don't believe you can "modify" existing UI elements, that is, you can subclass existing elements to modify them on "your" own app, but you can't change the default ones, like the status bar that is displayed across all applications. (Unless you jailbreak your device and make use of undocumented APIs if there are any for this purpose but for someone just starting, that would a humongous amount of work.

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