垂直页面索引的开源代码
是否有任何可用的开源(免费使用)代码可以提供具有类似选项卡栏功能的垂直页面索引。用户界面通常受到纸质电话日记和/或笔记本的启发。
例如,请参阅每日笔记 + Todo< 的附加屏幕截图/a> iPad 应用程序。我实际上正在寻找更像 Chrome 中的选项卡的东西(实际上是重叠的)。
注意:我正在寻找一种与 UISplitViewController 配合使用的解决方案(详细视图,在特别的)。而且,在我的例子中,每个“按钮”都会重叠(就像实际的纸质日记索引一样)
Is there any open-source (free to use) code available that provides a vertical page index with tab-bar like functionality. The UI is usually inspired by paper based phone diaries and/or note books.
For example, see attached screenshot of Daily Notes + Todo iPad application. I'm actually looking for something more like the tabs in Chrome (which are actually overlapping).
Note: I'm looking for a solution that works with UISplitViewController (detail view, in particular). And, in my case each "button" will overlap (just like in actual paper based diaries indexes)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
恐怕据我所知。您可以在 cocoacontrols.com 上查看许多 UI 框架的存储库。
说实话,您自己实现这并不难。您可以将自己的作品开源并提供给其他人使用。
Not to my knowledge, I'm afraid. You can check out a repository of many UI frameworks at cocoacontrols.com
To be honest, this wouldn't be that hard to implement yourself. And you could the open source your own work and provide it for others to use.