Home

Awesome

ElegantTimeline

ElegantTimeline is a SwiftUI demonstration of a multi-faceted timline view with interactions between the calendar, list, and app theme.

If you are a developer or designer, this repository is meant for you. Down below, I've listed all the features this demonstration app includes so you can learn more about a feature you're interested in implementing yourself.

ALSO, please do this repository justice and run it on an actual device. It will look so much more elegant with the bezels and rounded corners and run smoother as the simulator isn't suited for hardcore renders like deez. The app is compatible and looks good on any iPhone but for best experience, run it on an iPhone X or above. The list snaps to the nearest cell based on the top notch bezel. How cool is that.

<img src="https://github.com/ThasianX/GIFs/blob/master/ElegantTimeline/demo.gif" width="300"/>

Requirements

Introduction

ElegantTimeline is inspired by TimePage and is part of a larger repository of elegant demonstrations like this: TimePage Clone. It uses ElegantColorPalette(theme picker), ElegantPages and ElegantCalendar, libraries I wrote specifically for this demonstration. Specifically, check out ElegantColorPalette as it is UIKit and SwiftUI compatible!

Also, make sure to check out TimePrints, an app that I'm working on that'll utilize this UI for visits tracking. Funny thing is, I've been so busy developing the components that eventually be implemented inside my app that I haven't actually worked much on my app in the past month.

Features

The screenshots below link to embedded youtube videos demonstrating the feature even further

Startup Theme Picker

<img src="Screenshots/startup-theme-picker.png" width="30%">

What you can learn:

Relevant code:

Paging + Theme Change

<img src="Screenshots/paging-theme.png" width="30%">

What you can learn:

Relevant code:

SideBar that tracks current month and year + Visits slideshow list + Weeks/Months ago popup

<img src="Screenshots/list-scroll.png" width="30%">

What you can learn:

Relevant code:

Monthly Calendar and list interaction

<img src="Screenshots/monthly-calendar-list.png" width="30%">

What you can learn:

Relevant code:

Yearly Calendar and list interaction

<img src="Screenshots/yearly-calendar-list.png" width="30%">

What you can learn:

Relevant code:

Fast Scrolling

<img src="Screenshots/fast-scroll.png" width="30%">

What you can learn:

Relevant code:

Scrolling back to today

<img src="Screenshots/scroll-back-to-today.png" width="30%">

What you can learn:

Relevant code:

Header and footer quote

<img src="Screenshots/header-footer.png" width="30%">

What you can learn:

Relevant code:

Resources

Also, here's a dump of resources I found useful when working on this

License

This project is licensed under the MIT License - see the LICENSE file for details