From 560ce7ec0642a43defd39c3d293987d6fcf47ddf Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Mon, 3 Dec 2018 16:27:14 +0900 Subject: [PATCH] Final --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index c7da0ae..ba77b4a 100644 --- a/readme.md +++ b/readme.md @@ -12,10 +12,15 @@ The meat of this, if you're concerned with swiping components, is found in `Holi ## Screenshots ![Unswiped](https://github.com/ryanmcgrath/holidaycalendar/blob/master/screenshots/Unswiped.png?raw=true) +![Swiped](https://github.com/ryanmcgrath/holidaycalendar/blob/master/screenshots/SwipedOpen.png?raw=true) ## What else is here? This repo could also be used as scaffolding/reference for a nibless Swift Cocoa app, if you're into that sorta thing. I personally think Interface Builder makes anyone who deals with UI in code (web devs, etc) groan out loud, so maybe this goes towards showing it's not _that_ difficult or outlandish to do otherwise. +- It implements an `NSToolbar` in code, which... well the docs aren't really friendly to that. +- It implements an `NSMenu` in code, which... well, again, you see how this works. +- Implements window/rootview/etc in code. + ## License, etc This is very much a "do-wtf-you-want-with-it" license. Code is as-is.