我想让 iPod Touch 的时钟在状态栏上出现两次。我该怎么做?
我最近一直在进行调整,我想要进行调整,使时钟在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不相信您可以“修改”现有的 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.