bhartsb
bhartsb

Reputation: 21

Does iPhone have a clipboard API?

Does iPhone have a clipboard API? It seems one can call an API function to set text to the pasteboard which will be accessible by other apps., but can someone verify that this is correct?

Upvotes: 2

Views: 4188

Answers (2)

Kristopher Johnson
Kristopher Johnson

Reputation: 82535

Yes, see UIPasteboard Class Reference

Upvotes: 8

David Maymudes
David Maymudes

Reputation: 5654

yes, search for UIPasteboard. Only available in OS 3.0 and later, of course.

Upvotes: 4

Related Questions