Commit 535c3a53 authored by polo2013's avatar polo2013

主页菜单的图标 by 周成波

parent a189bfd4
......@@ -47,8 +47,8 @@
self.layer.shadowOffset = CGSizeMake(0,0);
//图标
UIImageView *iconImage = [[UIImageView alloc]initWithFrame:CGRectMake(50, 10, 100, 45)];
iconImage.image = TCImage(@"weibo");
UIImageView *iconImage = [[UIImageView alloc]initWithFrame:CGRectMake(50, 13, 115, 35)];
iconImage.image = TCImage(@"");
[self addSubview:iconImage];
//输入框背景
......@@ -83,7 +83,7 @@
//按钮
NSArray *titleArray = [NSArray arrayWithObjects:@"右视图",@"某某用户",@"我的客户",@"购物车", nil];
NSArray *titleArray = [NSArray arrayWithObjects:@"功能菜单",@"某某用户",@"我的客户",@"购物车", nil];
//图片
NSArray *imageArray = [NSArray arrayWithObjects:@"dial",@"Cog",@"data",@"ablum", nil];
for (int i=1; i<5; i++) {
......
{
"images" : [
{
"idiom" : "universal",
"filename" : "欧.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "欧@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment