Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 637 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 637 Bytes

This repository contains an example template to generate bridging classes that expose Swift types to Objective-C.

The design of the bridging classes is taken from Benjamin Encz's post. We use Sourcery to generate the bridging code.

The code is explained in more detail in the related blog post here.