开发者

How to create Footer view in the table view Using View Controller in iPhone

开发者 https://www.devze.com 2023-01-08 07:47 出处:网络
I want to create a footer view in my table view.I have created view controller and add a subview as table view. So how can i add the footer view in that table view?.

I want to create a footer view in my table view.I have created view controller and add a subview as table view. So how can i add the footer view in that table view?.

Note: I have used only view controller, not table view controller.

I开发者_StackOverflow haven't used table view controller in my apps, bcoz i have used many controllers as subview in the view controller. Is there any sample programs available? So how can i achieve this?.

Please Help me out.

Thanks.


Make your controller a table view delegate and use viewForFooterInSection method. For details, check UITableViewDelegate Protocol reference.

0

精彩评论

暂无评论...
验证码 换一张
取 消