YouTube
3 posts with this tag
Capture a UIView as a a JPEG image using Swift
This technique demonstrates the simple but useful task of capturing the contents of a UIView as a JPEG image data object.
UIKitSending Email with Image Attachments in Swift
This quick post summarizes the steps to implement sending email from Swift. As an added twist, this post includes capturing an image from one of the app's UIViews.
UIKitDrawing with Core Graphics using Swift
This techique illustrates a mid-level technique: impelmenting custom Core Graphics drawing in a UIView.
UIKit