小知识点

来源:互联网 发布:帝国cms 仿砍柴网 编辑:程序博客网 时间:2024/06/05 19:17

 //使图片变为圆形

_image.image=[UIImageimageNamed:@"Image"];

    _image.layer.cornerRadius=_image.frame.size.width/2;

    _image.layer.masksToBounds=YES;

    _image.layer.borderColor=[UIColorredColor].CGColor;

    _image.layer.borderWidth=2.0;


  //设置导航栏为透明

    [self.navigationController.navigationBarsetBackgroundImage:[[UIImagealloc]init]forBarMetrics:UIBarMetricsDefault];

    [self.navigationController.navigationBarsetShadowImage:[[UIImagealloc]init]];


0 0
原创粉丝点击