All Projects → Imputes → Instagram

Imputes / Instagram

A simple imitation of Instagram  app .

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Instagram

Vhlnavigation
导航栏切换之颜色过渡切换,导航栏背景图片切换,微信红包两种不同颜色切换,导航栏透明度,有无导航栏切换
Stars: ✭ 210 (-39.31%)
Mutual labels:  iphone-x, ios11
Swiftmessages
A very flexible message bar for iOS written in Swift.
Stars: ✭ 6,363 (+1739.02%)
Mutual labels:  iphone-x, ios11
DailyFeed
iOS client for newsapi.org
Stars: ✭ 128 (-63.01%)
Mutual labels:  ios11, iphone-x
Evncustomsearchbar
🔍Born for iOS 11 and iPhone X SearchBar
Stars: ✭ 52 (-84.97%)
Mutual labels:  iphone-x, ios11
Fullstack Javascript
Source code for the Fullstack JavaScript book
Stars: ✭ 456 (+31.79%)
Mutual labels:  parse, mongodb
Parse Dashboard For Ios
A beautiful mobile client for managing your Parse apps while you are on the go! Now you can easily view and modify your data in the same way you would on the offical desktop client.
Stars: ✭ 81 (-76.59%)
Mutual labels:  parse, mongodb
FacefARt
The world's most advanced fart app. Ever.
Stars: ✭ 13 (-96.24%)
Mutual labels:  ios11, iphone-x
Java Spring Cloud
Distributed tracing for Spring Boot, Cloud and other Spring projects
Stars: ✭ 326 (-5.78%)
Mutual labels:  mongodb
Crypto Rl
Deep Reinforcement Learning toolkit: record and replay cryptocurrency limit order book data & train a DDQN agent
Stars: ✭ 328 (-5.2%)
Mutual labels:  mongodb
Gokit
Go Examples: From basics to distributed systems
Stars: ✭ 325 (-6.07%)
Mutual labels:  mongodb
Dotnetguide
🦸【C#/.NET/.NET Core学习、工作、面试指南】概述:C#/.NET/.NET Core基础知识,学习资料、文章、书籍,社区组织,工具和常见的面试题总结。以及面试时需要注意的事项和优秀简历编写技巧,希望能和大家一起成长进步👊。【让现在的自己不再迷漫✨】
Stars: ✭ 308 (-10.98%)
Mutual labels:  mongodb
Nosqlclient
Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient
Stars: ✭ 3,399 (+882.37%)
Mutual labels:  mongodb
Js Quantities
JavaScript library for quantity calculation and unit conversion
Stars: ✭ 335 (-3.18%)
Mutual labels:  parse
Parse Torrent
Parse a torrent identifier (magnet uri, .torrent file, info hash)
Stars: ✭ 325 (-6.07%)
Mutual labels:  parse
Mongoengine
MongoEngine is a Python Object-Document Mapper for working with MongoDB. Documentation is available at https://mongoengine-odm.readthedocs.io - there is currently a tutorial, a user guide, and an API reference.
Stars: ✭ 3,632 (+949.71%)
Mutual labels:  mongodb
Jest Mongodb
Jest preset for MongoDB in-memory server
Stars: ✭ 323 (-6.65%)
Mutual labels:  mongodb
Lungo
A MongoDB compatible embeddable database and toolkit for Go.
Stars: ✭ 343 (-0.87%)
Mutual labels:  mongodb
Admin Bro
AdminJS is an admin panel for apps written in node.js
Stars: ✭ 4,433 (+1181.21%)
Mutual labels:  mongodb
Umongo
sync/async MongoDB ODM, yes.
Stars: ✭ 331 (-4.34%)
Mutual labels:  mongodb
Sacred
Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.
Stars: ✭ 3,678 (+963.01%)
Mutual labels:  mongodb

xxx xxx xxx xxx xxx

A native and simple imitating Instagram iOS app. It must run in iPhone 8 - iPhone X without landscape direction.




The Third Party

This simple app use RxSwift module. So if you have no installed CocoaPods before, you had to install it.

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate RxSwift into this Xcode project using CocoaPods, specify it in your Podfile:

platform :ios, '10.0'
use_frameworks!
target '<Your Target Name>' do
    pod 'RxSwift'
end

Then, run the following command:

$ pod install

Instruction

This app use Parse server to save and load user info.
Sign in and up both will save user in UserDefault because AppDelegate class will check which page user should go if the app dosn't exist in backend.
To see more detail in source code.

Screenshot

Login Page Part

&nbsp&nbsp&nbsp

Feed Page Part

&nbsp

Users Page Part



Upload Page Part

&nbsp

News Page Part

&nbsp

Home Page Part

&nbsp&nbsp&nbsp&nbsp

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].