jjzjj

ios - 如何修复表格 View 底部的按钮?

在我的应用程序中,我想在表格View的底部修复一个按钮。这是我的初始屏幕,在页footer分创建的按钮-(UIView*)tableView:(UITableView*)tableViewviewForFooterInSection:(NSInteger)section{if(tableView==educateTbl){floatfooterWidth=150.0f;floatpadding=10.0f;UIView*footerView=[[UIViewalloc]initWithFrame:CGRectMake(0,0,footerWidth,50.0)];footerView.