gznofeng 发表于 2013-1-30 20:24:17

IOS添加底边框的方法

CALayer *bottomBorder = ;      float height=self.view.frame.size.height-1.0f;    float width=self.view.frame.size.width;    bottomBorder.frame = CGRectMake(0.0f, height, width, 1.0f);   bottomBorder.backgroundColor = .CGColor;      ;
页: [1]
查看完整版本: IOS添加底边框的方法