NSString *backgroudpath = [[NSBundle mainBundle] pathForResource:@"top_bg" ofType:@"png"]; UIImage *backgroudImage = [UIImage imageWithContentsOfFile:backgroudpath]; titleView.image = backgroudImage;
[panelImageView setImage:[[UIImage imageNamed:@"bg.png"] stretchableImageWithLeftCapWidth:18 topCapHeight:18]];