目前分類:程式設計 (5)

瀏覽方式: 標題列表 簡短摘要

.h檔

#import <UIKit/UIKit.h>

文章標籤

sh932111 發表在 痞客邦 留言(0) 人氣()

表格的應用真的很廣泛

而且自由度也很高

文章標籤

sh932111 發表在 痞客邦 留言(0) 人氣()

//顯示一張圖片

UIImage *your_image=[UIImage imageNamed:@"monkey.jpg"];//使用UIImage放置圖片

文章標籤

sh932111 發表在 痞客邦 留言(0) 人氣()

UILabel *Your_Label_1 = [[UILabel alloc] initWithFrame:CGRectMake(20, 40, 280, 80)]; //初始化Label元件

Your_Label_1.backgroundColor = [UIColor yellowColor];//設定背景的顏色

文章標籤

sh932111 發表在 痞客邦 留言(0) 人氣()

 //設定UIButton

UIButton *Your_button_1;

文章標籤

sh932111 發表在 痞客邦 留言(0) 人氣()