Cocoa:使用 Xcode 4.0 创建 iTunes/Sidebar 之类的东西
有谁知道如何使用 Xcode 4.0 创建 iTunes/Sidebar 之类的东西(屏幕截图:https://i. sstatic.net/7uvCt.png)? 我对此很陌生,并尝试使用 NSSplitView 和 NSTableView,但我不知道如何获取“标题”(如“Erfassen”或“Fokussieren”)和带有数字的徽章(“8”) Eingang 中的“4”)在其中。
多谢!
Does anyone know how I can create a iTunes/Things like Sidebar with Xcode 4.0 (Screenshot: https://i.sstatic.net/7uvCt.png)?
I'm pretty new to this and tried to play around with NSSplitView and NSTableView, but I've no idea how to get the "Title" (like "Erfassen" or "Fokussieren") and the Badges with the Numbers ("8" in Eingang, "4" in Heute) in it.
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是另一个很好的预制解决方案:
https://github.com/perspx/PXSourceList
Here is another good pre-made solution:
https://github.com/perspx/PXSourceList
使用 NSOutlineVIew 而不是 NSTableView。我建议使用教程来完成此操作。对于新手来说相当复杂。
http://www.osxentwicklerforum.de/index .php?page=Thread&postID=117417&highlight=sidebar#post117417
Use NSOutlineVIew instead of NSTableView. I suggest using a tutorial for doing this. It's pretty complicated to newbies.
http://www.osxentwicklerforum.de/index.php?page=Thread&postID=117417&highlight=sidebar#post117417