自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

iPhone 開發(fā) 實(shí)現(xiàn)圖片顯示圓角效果

移動(dòng)開發(fā) iOS
本文介紹的是iPhone 開發(fā) 實(shí)現(xiàn)圖片顯示圓角效果,UI設(shè)計(jì)實(shí)現(xiàn),內(nèi)容不多,代碼實(shí)現(xiàn)效果,先來看內(nèi)容。

iPhone 開發(fā) 實(shí)現(xiàn)圖片顯示圓角效果是本文要介紹的內(nèi)容,為了使自己的畫面更炫,不妨試一下本文的小實(shí)例,先來看內(nèi)容。

今天修改了以前的iphone程序代碼,主要對程序的 UI 做了修改,調(diào)整了布局,圖片,文字等顯示效果,看著更舒服了。

原來效果


修改后的效果


實(shí)現(xiàn)圓角圖片代碼:

view sourceprint?UIColor *color=[UIColor colorWithRed:0.95 green:0.95 blue: 0.95 alpha:0];
[asyncImage setBackgroundColor:color];//設(shè)置背景透明
/****設(shè)置圖片圓角begin***/
asyncImage.layer.masksToBounds = YES;
asyncImage.layer.cornerRadius = 5.0;
asyncImage.layer.borderWidth = 0.5;
asyncImage.layer.borderColor = [[UIColor grayColor] CGColor];
/****設(shè)置圖片圓角end****/

小結(jié):關(guān)于iPhone 開發(fā) 實(shí)現(xiàn)圖片顯示圓角效果 的內(nèi)容介紹完了,希望本文對你有所幫助!

責(zé)任編輯:zhaolei 來源: 博客園
相關(guān)推薦

2011-08-22 14:21:24

iPhone開發(fā)UIView Anim

2011-08-12 14:04:53

iPhone動(dòng)畫

2011-07-08 10:15:15

IPhone 動(dòng)畫

2011-08-16 18:13:42

IPhone開發(fā)UIView動(dòng)畫

2010-09-14 12:58:41

DIV+CSS圓角

2011-08-10 14:40:23

iPhone動(dòng)畫

2016-03-29 10:18:48

Android圖片代碼

2011-08-17 10:24:50

iPhone開發(fā)UIImage圖片

2022-07-11 21:52:29

CSS濾鏡構(gòu)建圓角

2011-08-08 10:42:46

iPhone UITableVie 分頁

2011-07-29 13:55:10

IPhone 動(dòng)畫

2011-07-21 17:35:11

iPhone Table 圖片

2011-07-25 15:32:06

iPhone Table 動(dòng)態(tài)

2011-08-15 10:15:00

iPhone開發(fā)警告框

2011-08-19 17:02:46

iPhone開發(fā)

2011-05-30 13:23:11

Android 動(dòng)畫

2012-05-17 13:17:26

HTML5

2016-03-04 10:50:02

ios圓角高效添加

2011-07-26 14:18:20

2011-08-15 15:44:46

iPhone開發(fā)PDF
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)