• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

iphone - uiactionsheet 高度

[复制链接]
菜鸟教程小白 发表于 2022-12-12 20:26:36 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

我有一个关于 UIActionSheet 的简单问题!如何设置 UIActionsheet 的高度?我试过 setFrame 和 setBounds 但没有任何效果。我正在使用以下操作表:

NSString *title = UIDeviceOrientationIsLandscape([UIDevice currentDevice].orientation) ? @"\n\n\n\n\n\n\n\n\n" : @"\n\n\n\n\n\n\n\n\n\n\n\n" ;
    UIActionSheet *actionSheet = [[UIActionSheet alloc] 
                                  initWithTitle:[NSString stringWithFormat"%@%@", title, NSLocalizedString(@"", @"")]
                                  delegate:self cancelButtonTitle"Cancel" destructiveButtonTitle:nil otherButtonTitles"Button1",@"Button2", nil];
    [actionSheet setTag: 1];
    //[actionSheet setBounds:CGRectMake(0,0,320,150)];
    //[actionSheet showFromRect:CGRectMake(0,0,100,50) inView: self.parentViewController.tabBarController.view animated:YES];
   // [actionSheet setFrame:CGRectMake(0, 30, 320, 30)];
    actionSheet.actionSheetStyle = UIActionSheetStyleAutomatic;
    [actionSheet showInView:self.parentViewController.tabBarController.view];
     actionSheet = nil;

我的问题是操作表高度等于当前 View 的高度。我想根据 UIActionSheet 的内容自动调整高度。

提前致谢,



Best Answer-推荐答案


UIActionSheet 的默认行为是自动调整到其内容大小。你不应该直接设置 frame

您看到操作表占用了如此多的空间,因为您在标题中插入了一堆换行符,从而迫使标题标签占用了比应有的更多的垂直空间。如果您不希望操作表那么高,请不要这样修改标题。

关于iphone - uiactionsheet 高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10238179/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap