Skip to content

nchatharoo/Stories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stories

Inspired by Instagram Stories functionality.

Project overview :

  • UIPageViewController to display the videos
  • Async/Await to get the data from remote endpoint
  • MVVM as architecture

Feel free to contribute !

stories_animated stories_transition

Features

Video Support

Long press gesture pause and play

Manual swipe between stories

Leff and Right tap gestures to switch between snaps and stories

Automatically move to the next story, once the progress bar completes.

Users Image caching handled using NSCache.

Supports portrait orientation(only) in iPhone

TO-DO

Story Image Support

Video caching.

Clear Image & Video Caches

Supports all orientations on iPad.

Add Unit tests