Skip to content

JussiSuojanen/friends

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.