摘要: RelatedCompanyCell.h里 @property (strong, nonatomic) IBOutlet UIImageView *companyPhoto; @property (strong, nonatomic) IBOutlet UILabel *companyName; @ 阅读全文
posted @ 2017-09-27 10:40 i兮兮 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 纯代码设置Button或者其他View的边框属性 例: UIView* view = [[UIView alloc]init]; view.layer.borderWidth = 2.0; view.layer.masksToBounds = YES; view.layer.cornerRadius 阅读全文
posted @ 2017-09-27 08:27 i兮兮 阅读(2714) 评论(0) 推荐(0) 编辑