文件名称:InstagramClone
文件大小:155KB
文件格式:ZIP
更新时间:2024-04-09 12:16:53
Swift
InstagramClone#Parstagram-第一部分 这是具有自定义Parse后端的Instagram克隆,允许用户发布照片并查看全局照片供稿。 花费的时间:总共花费了X个小时 用户故事 完成以下必需的功能: [x]用户在主屏幕和带样式的启动屏幕中看到应用程序图标。 (1分) [x]用户可以注册以创建一个新帐户。 (1分) [x]用户可以登录。(1pt) [x]用户可以拍照,添加标题并将其发布到服务器。 (3分) 用户可以查看最近的20个帖子。 (4分) 实现了以下奖励功能: 用户可以拉刷新。 (1分) 用户可以无限加载过去的帖子。 (2分) 视频演练 以下是实现的用户案例的演练:
【文件预览】:
InstagramClone-main
----InstagramCloneUITests()
--------Info.plist(727B)
--------InstagramCloneUITests.swift(1KB)
----README.md(888B)
----InstagramClone.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(34KB)
--------xcuserdata()
----InstagramClone()
--------ViewController.swift(281B)
--------PostCellTableViewCell.swift(604B)
--------Info.plist(2KB)
--------CameraViewController.swift(2KB)
--------LogInViewController.swift(2KB)
--------Base.lproj()
--------SceneDelegate.swift(2KB)
--------FeedViewController.swift(1KB)
--------AppDelegate.swift(2KB)
--------Assets.xcassets()
----InstagramCloneTests()
--------Info.plist(727B)
--------InstagramCloneTests.swift(920B)