NickH
NickH

Reputation: 683

Is the sharing interface in many stock iOS7 apps built in, or custom?

As the title says, I wanted to know about the sharing interface that you see in Safari or Photos. Is it custom?

If it is built-in instead, what is it officially called so I can look up the Apple documentation on it.

For reference, this is what I am referring to (in this case from Safari): Image of Color bars showing the sharing interface at the bottom

Upvotes: 0

Views: 235

Answers (1)

Michael Dautermann
Michael Dautermann

Reputation: 89519

Sounds like you need to get well acquainted with UIActivityViewController and what you can do with it.

There's also a sample project and NSChat transcript that you can find on my github.

Upvotes: 2

Related Questions