uiimageview displaying uitableview header
my problem i can't seem settlement gold arrangement properly. slight perspective controller controls tableview. headerview hallowed tableview .nib record contains few uilabels (not shown) bucket only fine. any ideas?
- (void)viewdidload {
[super viewdidload];
[[self view] settableheaderview:headerview];
nsbundle *bundle = [nsbundle mainbundle];
nsstring *imagepath = [bundle pathforresource:@"awesome_lolcat" oftype:@"jpeg"];
uiimage *image = [uiimage imagewithcontentsoffile:imagepath];
imageview = [[uiimageview alloc] initwithimage:image];
}
Comments
Post a Comment