gpt4 book ai didi

objective-c - 如何更改 UITableView 在 View 中的位置?

转载 作者:行者123 更新时间:2023-11-28 17:41:58 26 4
gpt4 key购买 nike

我有一个 View ,我按下按钮并加载此代码:

    TestView *testView = [[TestView alloc] initWithNibName:@"TestView" bundle:nil];        
[testView.table setFrame:CGRectMake(0, 200, 320, 188)];

testView.modalTransitionStyle = UIModalTransitionStyleCoverVertical;
[(UIViewController*) currentOb presentModalViewController:testview animated:YES];

我有一个表的 TestView 的 Nib 加载正常,但该表仍在 (0,0) 位置而不是 (0,200)。你知道我做错了什么吗?

谢谢,抱歉我的英语不好。

最佳答案

尝试

testview.table.frame = CGRectMake(0,200,320,188);

关于objective-c - 如何更改 UITableView 在 View 中的位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7796540/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com