Fakunabs / MOVE

A media application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MOVE

Description

This project is a simple iOS application about exercise social media.

System Requirements

  • iOS 11.0+
  • Xcode 12.0+
  • CocoaPods

Installation

  1. Clone the project from the repository:

    git clone https://github.com/Fakunabs/MOVE.git
    
  2. Navigate to the project directory:

    cd MOVE
    
  3. Install the required dependencies using CocoaPods:

    pod install
    
  4. Open the MOVE.xcworkspace file using Xcode:

    open MOVE.xcworkspace
    

Used Libraries

This project utilizes the following library to load and display images:

  • SDWebImage: A library that supports loading and caching images from URLs.
  • Alamofire: A library that simplify network requests and communication with HTTP services.
  • DropDown: A library that create elegant and customizable dropdown menus.
  • IQKeyboardManagerSwift: A library that enhance keyboard handling experience in your app.

Contribution

If you'd like to contribute to the project by adding features or fixing issues, please create a pull request or submit an issue.

Author

Xuan Thinh
Email: xuanthinhnguyen2111@gmail.com

About

A media application


Languages

Language:Swift 99.8%Language:Ruby 0.2%