您的位置:首页 > 产品设计 > UI/UE

UIView,UILabel,UIButton,

2015-08-04 13:08 447 查看
//宏

#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];
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: