Change Log

3.2.0 (2020-01-19)

3.1 (2018-12-26)

3.0.1 (2017-10-06)

3.0 (2017-09-11)


New Features

MFMailComposeViewController
MFMessageComposeViewController

⚠️ Breaking changes ⚠️

2.0.2 (2017-03-05)

Since this was due to bad copy/pasting, next time I will write things out by hand, on a blackboard, as proper punishment.

2.0.1 (2016-12-03)

2.0 (2016-09-14)

This release is a completely breaking change to the API.

- This version removes FacebookSDK support, until better Swift compatibility is provided.

A simple example, for text messages looks like this:

let heartImageData = UIImagePNGRepresentation(myHeartImage)
let attachment = Attachment(attachmentType: AttachmentType.png, filename: "heart.png", data: heartImageData)
let textParameters = TextShareParameters(message: "I love my users.", attachments: [ attachment ])
self.share(textParameters)

Steve Holt! \o/

1.4 (2016-08-13)

1.3.3 (2016-05-13)

1.3.2 (2016-04-12)

1.3.1 (2016-04-11)

1.3 (2016-02-21)

1.2 (2016-02-18)

1.1.1 (2016-02-17)

1.1.0 (2016-02-17)

1.0 (2016-02-17)