You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there
Sorry for the silly question, how do I set the size of the screen for FGallery ?
I need to restrict the are 'couse I have a custom nav bar in the top.
Any help ?
Tnx
Roberto
The text was updated successfully, but these errors were encountered:
1.in view will appear,set default navigation bar hidden
self.navigationController.navigationBarHidden=YES;
2.create your custom navigation bar and added it as subview to to the view,
just like.
imgview=[[UIImageView alloc]initWithFrame:CGRectMake(self.view.frame.origin.x, self.view.frame.origin.y, 320, 45)];
[imgview setImage:[UIImage imageNamed:@"Top-bar-bg.png"]];
[self.view addSubview:imgview];
Hi there
Sorry for the silly question, how do I set the size of the screen for FGallery ?
I need to restrict the are 'couse I have a custom nav bar in the top.
Any help ?
Tnx
Roberto
The text was updated successfully, but these errors were encountered: