Skip to content

JussiSuojanen/friends

Repository files navigation

Friend application

This is an mobile client application for FriendService. Friend app is an example on how to use MVVM in an iOS application written in Swift. It uses a simple restful service to create, read, update and delete information on the friendService.

Run "pod install" in folder where Podfile is located and the open project in xcode using the Friends.xcworkspace.

Documentation

Follow the instructions on SwiftyJimmy to get better understanding on the code.