摘要: UIButton *button = [[UIButton alloc] initWithFrame:CGRectMake(0,0,60,31)];[button setBackgroundImage:[UIImage imageNamed:@"abc.png"] forState:UIControlStateNormal];UIBarButtonItem *btn = [[UIBarButtonItem alloc] initWithCustomView:button];self.navigationItem.rightBarButtonItem = btn;[butto 阅读全文
posted @ 2013-09-13 17:24 荒唐爱情 阅读(809) 评论(0) 推荐(0)