xcode 从头开始创建社交 iOS 应用
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/13174769/
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
Creating social iOS app from scratch
提问by Sergey Grischyov
I'm very interested in creating a social networking app for iOS, like Instagram. It would be an app that would require users to create an account and would allow them to comment, share info and update their profiles using only the app as a service (no website in mind as of yet).
我对为 iOS 创建一个社交网络应用程序非常感兴趣,比如 Instagram。这将是一个应用程序,需要用户创建一个帐户,并允许他们仅使用该应用程序即服务(目前还没有网站)发表评论、共享信息和更新他们的个人资料。
Unfortunately I'm absolutely new to this part of iOS development. Can anyone recommend good tutorials for newbies on how to set up the back-end component of such app (server, protocol, etc.) and how to tie it to the app? Thanks in advance!
不幸的是,我对 iOS 开发的这一部分完全陌生。任何人都可以为新手推荐关于如何设置此类应用程序的后端组件(服务器、协议等)以及如何将其绑定到应用程序的优秀教程?提前致谢!
回答by AlexR
You might find the tutorials on Ray Wenderlichwebsite useful. There are lots of tutorials for starters and at least one tutorial covering the back-end integration.
您可能会发现Ray Wenderlich网站上的教程很有用。有很多初学者教程和至少一个涵盖后端集成的教程。
For back-end solutions I find the services from parse.comand kinveyuseful. Both websites also provide tutorials and samples regarding iOS. In particular, Kinvey provides some iOS examples for creating social apps.
对于后端解决方案,我发现parse.com和kinvey的服务很有用。这两个网站还提供有关 iOS 的教程和示例。特别是,Kinvey 提供了一些用于创建社交应用程序的 iOS 示例。
回答by lakesh
There is a tutorial on highoncoding.com. The link is here: http://highoncoding.com/Categories/37_Mobile_Development.aspx. There are three parts to the app.. Have a look at it....
highoncoding.com 上有教程。链接在这里:http: //highoncoding.com/Categories/37_Mobile_Development.aspx。该应用程序分为三个部分.. 看看它....