关键字 cornerRadius 的文章


由   YIem   撰写于    浏览:5267  评论:0
Masonry布局下UIImageView使用layer.cornerRadius 切圆变形的问题layer.cornerRadius 切圆变形 原因我这边碰见这个问题的原因: 1、使用Masonry布局 wh:40*40 2、使用网络图片 wh:100*140 3、没有按比例填充图片,导致出来问题layer.cornerRadius 切圆变形 解[...]

由   YIem   撰写于    浏览:3233  评论:0
self.imageV.layer.cornerRadius = 100; self.imageV.layer.masksToBounds = YES;

由   YIem   撰写于    浏览:3329  评论:0
**iOS-UI-UIButton 切圆-切弧度-边角弧度self.regButton.layer.cornerRadius = 10;**

由   YIem   撰写于    浏览:3923  评论:0
创建三个页⾯面,要求: 1.登陆页⾯面LoginViewController,可以输⼊入⽤用户名和密码, 导航栏右侧放置添加按钮,可以通过添加按钮模态到注册 页⾯面。 2.注册页⾯面RegisterViewController,填写⽤用户名,密码, 确认密码后注册。 3.欢迎页⾯面WelcomeViewController,由登陆页⾯面push得 [...]

由   YIem   撰写于    浏览:4408  评论:0
//// RootViewController.m// UI6_作业1//// Created by YIem on 15/12/14.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import "RootViewController.h"import "[...]

由   YIem   撰写于    浏览:4206  评论:0
//// RootViewController.m// Phone2//// Created by YIem on 15/12/12.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import "RootViewController.h"import "T[...]

由   YIem   撰写于    浏览:4973  评论:0
//// RootViewController.m// Phone//// Created by YIem on 15/12/12.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import "RootViewController.h"import "LT[...]