简体   繁体   English

iPhone中的Twitter和Facebook之类的模式弹出视图

[英]Modal popup view like twitter and facebook in iPhone

I want to create a modal popup view which contains some UIControls like button, image, textfield etc. 我想创建一个模态弹出视图,其中包含一些UIControl,如按钮,图像,文本字段等。

Here is an example of what I want: 这是我想要的示例:

在此处输入图片说明

What should I use? 我应该使用什么? UIAlertView or UIView or something else ...? UIAlertView或UIView还是其他...?

您尝试使用REComposeViewController https://github.com/romaonthego/REComposeViewController

You should use UIView and just customize it. 您应该使用UIView并对其进行自定义。 :) UIAlertView has a default appearance. :) UIAlertView具有默认外观。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM