How to add a footer to a view?
I am new to iphone development.I am creating a map application.I want to display a footer in a view below the mapview开发者_Go百科 in the view.On clicking a button map leads me to the map view where i have to display the footer.Please guide me.Thanks
You typically accomplish this by adding a label at the bottom of the view.
精彩评论