Categories
Programming Swift

Sharing Swift code between server and iPhone app

In this short exercise, I create an app that shares code with a server component using Swift, Xcode and Kitura. The goals of this exercise are as follow: Create an environment where Xcode is the sole IDE Create three Xcode projects: the mobile app, the server-side app, and the shared business logic The mobile app […]