天天看點

tabbarcontroller切換

 mytabbarviewcontroller *tabbar = (mytabbarviewcontroller *)self.tabbarcontroller;

    onthertabview *onter = (onthertabview *)[tabbar.tabbarview

viewwithtag:301];

    onter.titlelabel.textcolor = [uicolor

mycolor];

    onter.tabimage.image = [uiimage

imagenamed:@"90-90

服務選中.png"];

    onthertabview *onter1 = (onthertabview *)[tabbar.tabbarview

viewwithtag:302];

    onter1.titlelabel.textcolor = [uicolor

onthertitletextcolor];

    onter1.tabimage.image = [uiimage

購物車未選中.png"];

    tabbar.selectedindex =

1;