Author Archives: idz

About idz

A professional software engineer dabbling in iOS app development.

Snippet: Sending Mail for Your App Using MFMailComposeViewController

This code snippet is a bit longer than usual but it is really useful. It can be added to a view controller to allow sending of mail to a fixed address (although the user can edit it). It could be … Continue reading

Posted in Code Snippets | Leave a comment

Adding YouTube Videos to Tutorials

The steps in some of the tutorials are quite difficult to describe with words alone. Clearly it’s much easier to understand if you also have a video showing you how to complete the step. With this in mind I have … Continue reading

Posted in News | Leave a comment

Snippet: Handling Key Clicks in a Custom Keyboard

In a custom keyboard or input accessory you may want to support audio feedback or, as they say on the street, key clicks. The code snippet below summarizes how to do this: Reference Text, Web and Editing Programming Guide for … Continue reading

Posted in Code Snippets | Tagged , , | Leave a comment