Skip to content

Sample code showing how to do copy/paste of complex items in iOS

Notifications You must be signed in to change notification settings

carlosmcevilly/WebPaste

Repository files navigation

WebPaste
========

A sample iOS project showing how to do copy/paste of both simple and
complex items using the UIPasteBoard. In one example, the pasteboard
is populated with items of two different mime types, text and web
format, and after copying to the pastboard, you can navigate to
different paste targets (such as SMS and email) and paste to see
how the appropriate content is pasted for each one, depending on
what the paste target can support.


---------------------------------------------------------------------
This project was developed as sample code for the iOS Developer Study
Group that meets at the Hacker Dojo in Mountain View, CA.

It is provided under the terms of the Apache license.
---------------------------------------------------------------------

About

Sample code showing how to do copy/paste of complex items in iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published