IOS#UI之UILabel

 本来已经写了很多,就因为切换页面就没有了,以后切之前得注意了 mac电脑的伤不起

成都创新互联是一家专注于成都网站设计、做网站与策划设计,大关网站建设哪家好?成都创新互联做网站,专注于网站建设十多年,网设计领域的专业建站公司;建站业务涵盖:大关等地区。大关做网站价格咨询:028-86922220

UI里面有很多控件比如UIView UIControl UILabel UIButton UIScrollView  UIWindow   UIWebView    UITabBar UITableView UITableViewCell UIToolbar UITextField UITextView   UIImageView UIPageControl UIPickerView UIProgressView UIAlertView  UISearchBar UISegmentedControl UISearchBar UISlider UISwitch UICollectionView 6.0 UICollectionReusableView等

控制器有

UIPageViewController UIPopoverController UIImagePickerController UINavigationController UISplitViewController UICollectionViewController UITableViewController

开在写了,废话少说,

先将UILabel UIView和UIResponder后面在写,

 

UILabel的

- (void)viewDidLoad

{

    [super viewDidLoad];

    self.view.backgroundColor = [UIColor whiteColor];

    UILabel*aLabel = [[UILabel alloc] initWithFrame:CGRectMake(20, 100, 280, 100)];

    aLabel.backgroundColor = [UIColor greenColor];

    aLabel.text=@"这是我在2013年的程序,今天也是我要写ios、mac和操作系统相关的技术博文,我的bolg分别是(1)http://www.cnblogs.com/leevaboo(2)http://blog.csdn.net/leevaboo,(3)http://3660064.blog.51cto.com";

    aLabel.textAlignment= NSTextAlignmentCenter;//左中右对其的模式 default is left

    aLabel.textColor = [UIColor blueColor];//文本颜色default is blackColor

    aLabel.font = [UIFont systemFontOfSize:20];//字体的大小default is 17

    aLabel.shadowColor = [UIColor redColor];//阴影default is nil

    aLabel.shadowOffset = CGSizeMake(0,1);//阴影的位置,按照xy轴的坐标位置来,default is (0 -1)表示x = 0 ,y = -1 表示在阴影在正下方 x轴左到右是负到正,y上到下是负到正

    aLabel.lineBreakMode = NSLineBreakByTruncatingTail;//文本超过label的边界的文本截取方式default is NSLineBreakByTruncatingTail

    aLabel.highlightedTextColor = [UIColor purpleColor];//设置文本的高亮颜色 default is nil

    aLabel.highlighted = NO;//打开高亮default is NO

    aLabel.userInteractionEnabled = NO;//是否交互.default is NP

    aLabel.adjustsFontSizeToFitWidth = NO;//根据宽调整字体的大小 但是numberOfLines = 1;default is NO

    aLabel.numberOfLines = 0;

   float height = [aLabel.text sizeWithFont:aLabel.font constrainedToSize:CGSizeMake(280, 100000) lineBreakMode:NSLineBreakByWordWrapping].height;//根据字符串的长度和字号的大小和Label的宽度自动计算label的高度

    aLabel.baselineAdjustment = UIBaselineAdjustmentAlignBaselines;//设置label的基准线

    aLabel.frame = CGRectMake(20, 100, 280, height);

    [self.view addSubview:aLabel];

    [aLabel release];

   // Do any additional setup after loading the view.

}

本来已经写了很多,就因为切换页面就没有了,以后切之前得注意了 mac电脑的伤不起

UI里面有很多控件比如UIView UIControl UILabel UIButton UIScrollView  UIWindow   UIWebView    UITabBar UITableView UITableViewCell UIToolbar UITextField UITextView   UIImageView UIPageControl UIPickerView UIProgressView UIAlertView  UISearchBar UISegmentedControl UISearchBar UISlider UISwitch UICollectionView 6.0 UICollectionReusableView等

控制器有

UIPageViewController UIPopoverController UIImagePickerController UINavigationController UISplitViewController UICollectionViewController UITableViewController

开在写了,废话少说,

先将UILabel UIView和UIResponder后面在写,

 

UILabel的

- (void)viewDidLoad

{

    [super viewDidLoad];

    self.view.backgroundColor = [UIColor whiteColor];

    UILabel*aLabel = [[UILabel alloc] initWithFrame:CGRectMake(20, 100, 280, 100)];

    aLabel.backgroundColor = [UIColor greenColor];

    aLabel.text=@"这是我在2013年的程序,今天也是我要写ios、mac和操作系统相关的技术博文,我的bolg分别是(1)http://www.cnblogs.com/leevaboo(2)http://blog.csdn.net/leevaboo,(3)http://3660064.blog.51cto.com";

    aLabel.textAlignment= NSTextAlignmentCenter;//左中右对其的模式 default is left

    aLabel.textColor = [UIColor blueColor];//文本颜色default is blackColor

    aLabel.font = [UIFont systemFontOfSize:20];//字体的大小default is 17

    aLabel.shadowColor = [UIColor redColor];//阴影default is nil

    aLabel.shadowOffset = CGSizeMake(0,1);//阴影的位置,按照xy轴的坐标位置来,default is (0 -1)表示x = 0 ,y = -1 表示在阴影在正下方 x轴左到右是负到正,y上到下是负到正

    aLabel.lineBreakMode = NSLineBreakByTruncatingTail;//文本超过label的边界的文本截取方式default is NSLineBreakByTruncatingTail

    aLabel.highlightedTextColor = [UIColor purpleColor];//设置文本的高亮颜色 default is nil

    aLabel.highlighted = NO;//打开高亮default is NO

    aLabel.userInteractionEnabled = NO;//是否交互.default is NP

    aLabel.adjustsFontSizeToFitWidth = NO;//根据宽调整字体的大小 但是numberOfLines = 1;default is NO

    aLabel.numberOfLines = 0;

   float height = [aLabel.text sizeWithFont:aLabel.font constrainedToSize:CGSizeMake(280, 100000) lineBreakMode:NSLineBreakByWordWrapping].height;//根据字符串的长度和字号的大小和Label的宽度自动计算label的高度

    aLabel.baselineAdjustment = UIBaselineAdjustmentAlignBaselines;//设置label的基准线

    aLabel.frame = CGRectMake(20, 100, 280, height);

    [self.view addSubview:aLabel];

    [aLabel release];

   // Do any additional setup after loading the view.

}

 

IOS#UI之UILabel

 


文章名称:IOS#UI之UILabel
网站路径:http://bzwzjz.com/article/jpishh.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 四川成都网站设计 企业网站设计 成都定制网站建设 成都网站设计制作公司 高端网站设计 LED网站设计方案 重庆企业网站建设 成都网站制作公司 成都网站设计公司 手机网站建设 成都网站建设流程 成都网站制作 定制网站建设多少钱 手机网站制作设计 专业网站建设 高端网站建设 温江网站设计 成都商城网站建设 温江网站设计 高端网站设计 成都网站建设 上市集团网站建设