Table Style (Border)
How to give table border in iOS
yourtblname.layer.borderWidth = 2.0;
yourtblname.layer.borderColor = [UIColor redColor].CGColor;
Comments
Post a Comment