thiagofuer
1/6/2016 - 9:55 PM

Criar BackButton

Criar BackButton

UIImage *backButtonNormal = [[UIImage imageNamed:@"backbuttonNormal.png"] resizableImageWithCapInsets:UIEdgeInsetsMake(12, 12, 12, 12)];
[[UIBarButtonItem appearance] setBackButtonBackgroundImage:backButtonNormal forState:UIControlStateNormal barMetrics:UIBarMetricsDefault];