Label Button 前進的火車 新浪部落格

2021-10-10 12:04:18 字數 2726 閱讀 6839

1.label

uilabel *label = [[uilabel

alloc]init];//建立

self

.label = label;//關聯到當前屬性

label.text = @"顯示的內容";//顯示的內容

cgfloat width =

self

.view.bounds.size.width;

//獲取螢幕的寬度

label.frame = cgrectmake( width * 0.5 - 150, 40, 300, 200);//位置和大小label.backgroundcolor = [uicolor

lightgraycolor]; //背景顏色

label.

font

= [uifont italicsystemfontofsize:

30];

//設定字型,斜體加字型大小

label.

font

= [uifont systemfontofsize:

30];

//設定字型大小

sublb.

font

= [uifont boldsystemfontofsize:

30];

//設定字型,加粗

label.textcolor = [uicolor

redcolor]; //設定文字的顏色

label.

textalignment

= nstextalignmentcenter;

//設定對齊方式(預設是左對齊)

label.

numberoflines=0

; //最多顯示多少行文字,預設是1行,0代表任意行

[lb sizetofit];//sizetofit會把 label 的當前寬度當做最大寬度,執行之後寬度只會比變窄,不會變寬

label.

shadowcolor

= [uicolor

blackcolor

];//設定label文字的有陰影

label.

shadowoffset

=cgsizemake(1

,1); //設定label文字陰影傾斜45度

[uilabel

setfont

:[uifont

fontwithname

:@"helvetica-bold" size:20

]];//

加[uilabel setfont:[

uifont

fontwithname

:@"helvetica-boldoblique" size:20

]];//

加粗並且傾斜

[self

.view

addsubview

:label];//將書籤新增到相應檢視中

//     [attrstring addattributes:@ range:[pricestring rangeofstring:@"¥88000"]];//加中間斜線

nsstring *message = @「

輸入文字」;

nsmutabledictionary *attrs = [nsmutabledictionary dictionary

];attrs[nsfontattributename] = [uifont systemfontofsize:18

];cgsize

textsize = [message boundingrectwithsize:cgsizemake(

screen_width-20

,100

) options:nsstringdrawinguseslinefragmentorigin attributes:attrs context:

nil].

size;

2.button

uibutton

*button = [

uibutton buttonwithtype:uibuttontypesystem];

[button settitle:

@"按鈕名" forstate:uicontrolstatenormal];

button.frame = cgrectmake(100, 260, 300, 40);

button.titlelabel.font =  [uifont

systemfontofsize:30];//設定字型大小

buttonf.contenthorizontalalignment = uicontrolcontenthorizontalalignmentleft;//設定對齊方式

nsstring *title = [button titleforstate:uicontrolstatenormal];

button.backgroundcolor = [

uicolor

graycolor

];[self

.view

addsubview:button];

3.按鈕響應

[button addtarget:

self action:

@selector

(buttontap) forcontrolevents:

uicontroleventtouchupinside];

- (void)buttontap

勇敢的前進

我,今年20 歲,乙個帥到不行,青春的不得了的 年齡,我還在讀書 是的.現在的我 必須要爭取到學位 然後飛到陛下所在的城市 還躲在家人的雨傘下,還不怕會淋到雨,可以說很幸運很幸福,偶爾會無病呻吟的裝成熟,偶爾也自以為是的裝憂鬱,但,這都是青春期的幼稚表現,每個人都會有,每個人的狀態也都不大相同,一切...

前進的呼吸

我剛剛想到了乙個問題,就是為什麼要這樣反思?每天快快樂樂的 沒心沒肺地活著就好了呀。反思要解剖自己 剖析自己,好累哦。但是心裡就是有一種力量,或者說某種清醒,想讓我能夠清醒地認識到自己活的怎麼樣,這樣我就能安心,就不會在將來某乙個時刻回望到現在時,感到虛度。也許,就是自己跟自己的交代,自我的良知吧。...

心得 前進的路

有時候發現自己想去做很多事情,但是總是不願意去做。這就是自己的懶,無論別人做啥,其實走知道目標很明確。而我,目標明確,但是為什麼總是沒有去做。其實每天堅持去學,堅持去想,堅持的去做些自己喜歡的事情,那樣,離成功會更近。只要是朝前面走,就會進步。第一,學會認知自己。自己會什麼東西,自己有什麼缺點,需要...