Search code examples
iphoneiosuiactionsheetuiactivityviewcontroller

Special Pop Up View in iPhone SDK with UICollectionCells


I've quite throughly looked around for the name of what type of UIActionSheet this is.

enter image description here

Or if it's even totally custom. With the cancel button there, it seems like it's a UIActionSheet, and the section above it is a UICollectionView. As much as building all of that custom sounds non-time consuming and rewarding, I would like to know if there is a library name in which I can call for to default this style of panel pop up. Thanks.

And if it does turn out to be something that needs to be custom made, how would I go about doing something like this? :)


Solution

  • That's a UIActivityViewController, new in iOS6.