Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 iPhone (iOS 8.0.2) 上的消息应用程序中,当您编写消息并单击相机图标插入图像时,底部会出现一个“上滑”菜单。它包含一些按钮,以及我可以插入到我的消息中的最近拍摄的照片。
这个菜单叫什么? 它是否已经可以通过本地课程获得? 图像如何嵌套在菜单中? 是否有其他有用的资源来实施它?
谢谢!
它被称为UIActivityViewController. 你可以在这里读更多关于它的内容:
UIActivityViewController
http://nshipster.com/uiactivityviewcontroller/