In this post we decided to share the code that we use (with a few small edits) to manage our sounds in the iOS app (with little modification, it may even work on macOS!). And without further ado…
Code Sample – Toolbars (Updated)
Earlier we were working on adding some toolbar items to the editor window and wanted to get a toolbar item based on its Identifier String. Looking into the developer documents to find the right function to call, we found… nothing. What’s up with that Apple?
UI – Room Properties
The next thing we started working on was theĀ UI for editing room properties. From the get go we knew we wanted to use a Popover as it just made since, otherwise we would have had to figure out a way to select a room in the editor UI and then click properties or something… would have been a nightmare.
Getting Started – Reusing Code in a cross platform way
When we first got started with making the Mac Editor App, we decided we were going to reuse some code from the current alpha of the iOS game that this editor is going to be a utility to, since both the macOS and iOS versions would share some images we generate dynamically.
Continue reading “Getting Started – Reusing Code in a cross platform way”