How is this slide-up menu from the iPhone messages app implemented?

为君一笑 提交于 2019-12-02 18:01:30

问题


In the Messages app on my iPhone (iOS 8.0.2), when you are composing a message and you click on the camera icon to insert an image, a "slide-up" menu appears from the bottom. It contains a few buttons, along with recently-taken pictures I could insert into my message.

What is this menu called?
Is it available through a native class already?
How are the images nested inside the menu?
Are there any helpful other helpful resources for implementing it?

Thank you!


回答1:


It's called a UIActivityViewController. You can read more about it here:

http://nshipster.com/uiactivityviewcontroller/



来源:https://stackoverflow.com/questions/26478480/how-is-this-slide-up-menu-from-the-iphone-messages-app-implemented

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!