如何用UISegmentedControl控制多个tableView视图
1个回答
展开全部
想在uitabelview 里显示uilabel 还是在uiview里显示 自定义tabelview 可以用输出口连接空间 比如以下代码
UILabel *passwordLabel = [[UILabel alloc] initWithFrame:CGRectMake(10, 5, 150, 40)];
[passwordLabel setBackgroundColor:[UIColor clearColor]];
[passwordLabel setText:@"允许屏幕休眠:"];
[passwordLabel setTextAlignment:UITextAlignmentLeft];
[passwordLabel setFont:[UIFont systemFontOfSize:18]];
[[cell contentView] addSubview:passwordLabel];
[issleep setFrame:CGRectMake(200, 8, 80, 50)];
[[cell contentView] addSubview:issleep];
上面是代码直接写 下面的 输出口连接后添加到cell上
UILabel *passwordLabel = [[UILabel alloc] initWithFrame:CGRectMake(10, 5, 150, 40)];
[passwordLabel setBackgroundColor:[UIColor clearColor]];
[passwordLabel setText:@"允许屏幕休眠:"];
[passwordLabel setTextAlignment:UITextAlignmentLeft];
[passwordLabel setFont:[UIFont systemFontOfSize:18]];
[[cell contentView] addSubview:passwordLabel];
[issleep setFrame:CGRectMake(200, 8, 80, 50)];
[[cell contentView] addSubview:issleep];
上面是代码直接写 下面的 输出口连接后添加到cell上
ZESTRON
2024-09-04 广告
2024-09-04 广告
在Dr. O.K. Wack Chemie GmbH,我们高度重视ZESTRON的表界面分析技术。该技术通过深入研究材料表面与界面的性质,为提升产品质量与可靠性提供了有力支持。ZESTRON的表界面分析不仅涵盖了相变化、化学反应、吸附与解吸...
点击进入详情页
本回答由ZESTRON提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询