xcode 设计一个类似 Flipboard 的 iOS 应用程序需要什么
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11496290/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What does it take to design a Flipboard-like iOS app
提问by Jen
I'm learning iOS development and want to build an interactive magazine app like Flipboard, which doesn't seem too complex. I know I can build something comperable with UIWebView but I'd rather learn how to build an interactive native app.
我正在学习iOS开发,想构建一个像Flipboard这样的交互式杂志应用,看起来不太复杂。我知道我可以构建一些与 UIWebView 相媲美的东西,但我更愿意学习如何构建一个交互式本机应用程序。
Can anyone tell me what high level client-side iOS Frameworks are involved so I can focus on learning them? (Animation, Navigation...) Any articles or code samples would be even better.
谁能告诉我涉及哪些高级客户端 iOS 框架,以便我可以专注于学习它们?(动画,导航...)任何文章或代码示例会更好。
Thanks
谢谢
回答by Stew
If you want to keep it simple, Apple's built in UIPageViewController will get you most of the way. There are a number of open source FlipBoard-style transition libraries. Two that have come through my feeds before (although I haven't used either in anger) are:
如果您想保持简单,Apple 内置的 UIPageViewController 将为您提供大部分方法。有许多开源的 FlipBoard 风格的过渡库。之前通过我的提要出现的两个(虽然我没有在愤怒中使用过任何一个)是:
https://github.com/Reefaq/FlipView
https://github.com/Reefaq/FlipView