Table with many columns ios swift -
Table with many columns ios swift -
in app need table many columns (i utilize swift). search in google, can't find can useful.
this example on objective c:
can give me docs, tutorials or else, can help me create table that?
i think web-view, native ios? how that?
thanks!
you dont need custom controls (they objective c here) that. simple tableview customcells , header section.
you utilize autolayout calculated needed height each cell. split them in labels , set constraints prototype cell.
read more here:
http://www.weheartswift.com/how-to-make-a-simple-table-view-with-ios-8-and-swift/
sections (its objective c, should able read code , transform swift)
http://www.ioscreator.com/tutorials/customizing-headers-footers-table-view-ios7
custom table view layout
http://www.ioscreator.com/tutorials/prototype-cells-tableview-tutorial-ios8-swift
ios swift
Comments
Post a Comment