Creating a Tag Cloud for macOS

David Piper
5 min readJul 15, 2021

Creating a resizable and reusable view for a macOS app

Creating a macOS app allows us to use a whole different set of tools than creating an iOS app. In this article we’ll look at one example of a view we can only use at the mac: A Tag Cloud that reacts to resizing and places its tags according to the given space. This is a demo of TagCloudView:

Demo of TagCloudView with 4 tags.

--

--