Category «Swift»

Creating a help book for a MacOS application

The process to create an help book for a MacOS is not very well documented. The available documentation is old and archived: link. From that old documentation and some of the information found on the Apple Developer Forum I was able to create an Help book for a SwiftUI application. The book structure Assume that …

Integration CorePlot in SwiftUI on MacOS

This walkthrough shows how to get an example application as present in the core-plot library working using SwiftUI on MacOS. Although this example is done on the Mac, there is no reason to assume that the same process would not work for IOS. 1. Create the project Select: File -> New -> Project… Make certain …

Porting Swift 3 to Debian

Summary Swift is available for Linux. At the moment it is only available for Ubuntu linux. If you want it on another Linux flavor you have to compile it from source. This is a log of the steps to do this on Debian linux.This installation has been done on the Debian “jessie” release. It should …