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

前端 未结 1 464
甜味超标
甜味超标 2021-01-27 05:42

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.

相关标签:
1条回答
  • 2021-01-27 06:17

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

    http://nshipster.com/uiactivityviewcontroller/

    0 讨论(0)
提交回复
热议问题