Skip to content

kumo/RomanDates

Repository files navigation

If this code or app helps you, I would be grateful for your support. You can buy me a coffee here.

RomanDates

Roman Dates allows you to quickly convert a date into Roman Numerals. You can decide which symbol (if any), appears between the parts of the date, and you can decide in which order the parts of the date appear.

Installation

The easiest way is to download it from the App Store.

Or, you can download the source code, compile it with Xcode, and install it on your iOS device.

If you choose to build it yourself, you will need to change the developer identity. And you will need to install and configure RevenueCat, or remove it.

Notes

It was originally written in Objective-C, and now it is written in a combination of Swift and SwiftUI, but ideally it should be written in SwiftUI.