Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.08 KB

Basis_Task_iOS - Fetch JSON Data & Show in CardViews

Simple application which fetches the JSON Data and show it in a CardViews.

Table of contents

General info

This project is simple application which focuses mainly on Removing unwanted characters in JSON File & also fetch the list of data from JSON and showing it in a CardViews.

Technologies

Project is created with:

  • Xcode 11.3, Swift 5
  • Storyboards
  • UIKit
  • UIFoundation

Features

  • Using the In-Built Frameworks & Methods to process every workload.
  • Implemented CardViews style of UI by using CollectionView & PageControl.
  • Implemented "Start Again" Functionality. Which allows user to start swiping Cards from the Start, again.
  • PageControl feature implemented and will work according to the CollectionView CardSwipe.
  • Implemented Horizontal Swipe Cards Functionality one at a time.
  • Used Custom classes for CollectionViewFlowLayout & CardView.

Demo

![Basis_Task_CardViews - Demo Video](Basis_Task CardView Demo.mov)