国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

UI控件的常見屬性

2019-11-14 19:03:42
字體:
來源:轉載
供稿:網友

UIView的常見屬性:

//獲得自己的父控件對象@PRoperty(nonatomic,readonly) UIView *superview;//獲得自己的所有子控件對象@property(nonatomic,readonly,copy) NSArray *subviews;//控件的ID/標識,父控件可以通過tag來找到對應的子控件@property(nonatomic) NSInteger tag;//控件的形變屬性(可以設置旋轉角度、比例縮放、平移等屬性@property(nonatomic) CGAffineTransform transform;
//控件所在矩形框在父控件中的位置和尺寸(以父控件的左上角為坐標原點)@property(nonatomic) CGRect frame;//控件所在矩形框的位置和尺寸(以自己左上角為坐標原點,所以bounds的x/y一般為0)@property(nonatomic) CGRect bounds;//控件中點的位置(以父控件的左上角為坐標原點)@property(nonatomic) CGPoint center;
•在UIKit中,坐標系的原點(0,0)在左上角,x值向右正向延伸,y值向下正向延伸

UILabel的常見屬性:

//label顯示的文字@property(nonatomic,copy)   NSString *text;//文字字體大小@property(nonatomic,retain) UIFont *font;//文字的顏色@property(nonatomic,retain) UIColor *textColor;//文字的排列方式(左對齊、居中、右對齊)枚舉值@property(nonatomic)NSTextAlignment textAlignment;// 設置行數(行數==0代表自動換行)@property(nonatomic) NSInteger numberOfLines;

UIImageView的常見屬性:

// 所要顯示的圖片@property(nonatomic,retain) UIImage *image;// 設置序列幀動畫數組(按順序播放animationImages數組中的圖片)@property(nonatomic,copy) NSArray *animationImages;// 序列幀動畫的持續時間@property(nonatomic) NSTimeInterval animationDuration;// 序列幀動畫的執行次數(默認是0,代表無限循環)@property(nonatomic) NSInteger animationRepeatCount;

UIScrollView的常見屬性:

// 表示UIScrollView所滾動的位置@property(nonatomic) CGPoint contentOffset;// 表示UIScrollView的內容尺寸(能滾動的范圍)@property(nonatomic) CGSize contentSize;// 增加UIScrollView額外的邊緣滾動區域@property(nonatomic)UIEdgeInsets contentInset;// 代理@property(nonatomic,assign) id<UIScrollViewDelegate>delegate;

下圖介紹了UIScrollView的幾個常見屬性

 

 

待續................................


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 南开区| 中卫市| 鹤山市| 景谷| 沙坪坝区| 焦作市| 肥西县| 浦东新区| 东乡县| 鱼台县| 忻城县| 泗水县| 同心县| 临沂市| 盐津县| 大兴区| 北海市| 桂阳县| 顺平县| 克拉玛依市| 将乐县| 阿拉尔市| 扎兰屯市| 沐川县| 平舆县| 大丰市| 濉溪县| 岫岩| 景泰县| 萝北县| 金湖县| 全椒县| 孙吴县| 临安市| 子洲县| 丹东市| 赤城县| 桑日县| 德保县| 建昌县| 突泉县|