I have this code:
UIBarButtonItem *backButton = [[UIBarButtonItem alloc]initWithTitle: @"Secciones"
style: UIBarStyleDefault
target:nil
action:nil];
and on the line that says style: UIBarStyleDefault I get the following warning:
Implicit conversion from enumeration type 'UIBarStyle' to different enumeration type 'UIBarButtonItemStyle'