GitXplorerGitXplorer
d

swift-generic-protocol-blog

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
82fdbc6fb7e91fb848fbd9fbdd72e03e1011ec44

Code for blog post.

ddanbev committed 10 years ago

README

The README file for this repository.

Simple example project to show a generic protocol in Swift

Prerequisites

This project requires Xcode6.0 to run.

Building

Building can be done by opening the project in Xcode:

open Protocols.xcodeproj

xcodebuild -scheme Protocols build

Testing

Tests can be run from with in Xcode using Product->Test menu option (CMD+U).

You can also run test from the command:

xcodebuild -scheme Protocols -destination 'platform=iOS Simulator,name=iPhone 5s' test