Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.02 KB

Clocky.md

File metadata and controls

29 lines (20 loc) · 1.02 KB

Sunday Swift - Project Five - Clocky

Clocky

Clocky for learning macOS App Development

It is a simple status bar application that shows time, handling preferences like showing Dock Icon, showing flashing separators and disabling to show seconds in time.

Concepts I learnt about:

Part 1 - Creating the Menu for the App and adding the Clock Timer

  • Working broadly on Extensions
  • macOS Basics
  • Working on the AppDelegate
  • NSMenuItems
  • NSStatusBar
  • NSStatusItem

Part 2 - Adding Reminders, so users can set reminders and get notified

Clocky - Menu Clocky - Notification Clocky - Adding Reminders

  • Working with macOS storyboards
  • NSViewController
  • WindowController
  • Delegation