bryankeller / BLKFlexibleHeightBar

Create condensing header bars like those seen in the Facebook, Square Cash, and Safari iOS apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issue with add subview my custom UIView can any one help me on this

SidduIOS opened this issue · comments

this is my code

UIImageView *collageImage =[[UIImageView alloc]init];
collageImage.frame= collageView.bounds;
collageImage.image=[UIImage imageNamed:@"stevejobs.jpg"];
[collageView addSubview: collageImage];