iOS Branding design -
i having view based application storyboard. did not embed uinavigationcontroller story board.
for root uiviewcontrller.m have add uiimageview property , under viewdidload have added following command.
self.logoview=[[uiimageview alloc] initwithframe:cgrectmake(0,0,140,172)]; self.logoview.image=[uiimage imagenamed:@"logo.png"]; so can display logo in first view of story board.
i need add same button same cordinate other viewcontrolles in storyboard.
how can store cordinates handling css in web application. how can add image views proper way. in case if logo sizes change should able few modifciation change all.
if can give me clue, based on can search , study.
thanks
1) can make custom view subclassing uiview , implement view in such way suits need.
2) can make container controller class , add view controllers in class.
Comments
Post a Comment