edwinbosire / Instagram-Desktop

An instagram clone for the Mac Desktop written in SwiftUI. (This is a UI mock up only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram-Desktop

An instagram clone for the Mac Desktop written in SwiftUI. (This is a UI mock up only)

I did this project to break from the routine of working on my 9-5. It is also the first Mac app i've ever worked on šŸ„³

Some things I learnt about swiftUI

  • MatchedGeometryEffect This allowed me to do the menu animation on the left hand side.
  • NSVisualEffectView My first foray into AppKit. I was easier using this as I was already of its iOS counterpart UIVisualEffectView
  • LazyVGrid New iOS 14 API that I have been waiting to use. Turns out to be quite easy to implement.

screenshot

This was a weekend project and I will not be working on it anymore

About

An instagram clone for the Mac Desktop written in SwiftUI. (This is a UI mock up only)

License:GNU General Public License v3.0


Languages

Language:Swift 100.0%