swift - How to remove white border and table cell space of table in IOS -
i studying ios book "beginning ios9 programming swift" , there exercise table views. created project step step according steps in book. page got :
there spacing between each table cell, , width of table not 100% of simulator. how can make better?
i want page :
the lines appear under each cell called "separator lines", can remove them selecting "separator style" "none" in attributes inspector. see image
http://i.stack.imgur.com/cnglu.png
to remove white space, have cover whole superview i.e cover whole cell of tableview image. this:
Comments
Post a Comment