在iOS7用actionSheet发现位置错乱了!
在iOS7上用到actionSheet,发现actionSheet位置错乱代码如下
menu = UIActionSheet(title: "更换头像", delegate: self, cancelButtonTitle:"确定", destructiveButtonTitle: nil, otherButtonTitles: "拍照", "从相册上传")
结果在iOS7上显示的效果如下
同样的方法在iOS8上显示的效果如下
我需要怎么做才能把iOS7的顺序改对呢?我试过好多方法,比如把cancelbuttontitle删掉,但是结果就是所有按钮都连在一起了...请教各位
德罗巴X卡卡
11 years, 8 months ago