Skip to content

Instantly share code, notes, and snippets.

View hafizapp's full-sized avatar

Hafizur Rahman hafizapp

View GitHub Profile
@hafizapp
hafizapp / ContentView.swift
Created April 10, 2020 12:02 — forked from florentmorin/ContentView.swift
A small hack to make `MFMailComposeViewController` and `MFMessageComposeViewController` working fine with SwiftUI
//
// ContentView.swift
// MailDemo
//
// Created by Florent Morin on 29/06/2019.
// Copyright © 2019 Morin Innovation. All rights reserved.
//
// Medium link: https://medium.com/@florentmorin/messageui-swiftui-and-uikit-integration-82d91159b0bd
// Sample source code: https://github.com/florentmorin/SwiftUIAndMessageUI