UIView,UILabel,UIButton,

来源:互联网 发布:梦幻西游mac版好不好用 编辑:程序博客网 时间:2024/05/16 07:24

//

#define WIDTH self.window.frame.size.width

#define HEIGTH self.window.frame.size.height

//断行模式

//阴影和阴影颜色

//lable.shadowColor=[UIColor yellowColor];

//阴影大小

//lable.shadowOffset=CGSizeMake(2, 1);

//currentTitle获取当前按钮的标题

//self.alterView=[[UIAlertView alloc] initWithTitle:@"测试" message:@"看看效果" delegate:self cancelButtonTitle:@"取消" otherButtonTitles:@"", nil];

// //alterview中出现textfield

//    

//self.alterView.alertViewStyle=UIAlertViewStyleLoginAndPasswordInput;

// self.alterView show];



0 0
原创粉丝点击