ios - Adding elements to top and bottom of UITable View Controller -


i new objective c. have small app have used uitableviewcontroller(tvc). need add 4 elements.,label , button above tvc , label , button below tvc. allowing add 2 elements., 1 above tvc , other below tvc. added element occupying entire width of screen. can overcome restriction???

customize table view cell – instead of using default style of table view cell.

this link helpful sample project

http://www.appcoda.com/customize-table-view-cells-for-uitableview/

enter image description here


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -