JordanR
Apple Fan
Profile
Posts: 10
Reg: Jan 17, 2014
San Diego
4,000
05/02/14 12:13 PM (10 years ago)

Header image cutoff (Menu with Image plugin)

A problem appeared yesterday where every header image is now being pushed up. It has nothing to do with the correct image sizing or settings in the control panel because they are all correct and I have had 20 straight compiles without any problems, however, the problem appeared yesterday and I have no idea how to fix it.
 
JordanR
Apple Fan
Profile
Posts: 10
Reg: Jan 17, 2014
San Diego
4,000
like
05/02/14 01:43 PM (10 years ago)
I forgot to mention that this is ios 7.0 deployment with the latest xcode
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
05/02/14 04:01 PM (10 years ago)
What plugin. What part of California? What version of iOS? What version of Xcode? BuzzTouch.com ? If self-hosted, then what version of BuzzTouch?)
 
JordanR
Apple Fan
Profile
Posts: 10
Reg: Jan 17, 2014
San Diego
4,000
like
05/02/14 09:22 PM (10 years ago)
Plugin: Menu with Image Part of California: san diego iOS 7.1 xcode version 5.1 Buzztouch Not self hosted
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
05/02/14 11:18 PM (10 years ago)
Try making a new screen. Have you downloaded a project lately to get the latest version of things? What are your image sizes? What is the file sizes of the images? Try making a new app as a last test. Just asking the easy questions. MrDavid is in San Diego if you wanna hang with like-minded people. http://buzztouch.com/mrDavid
 
JordanR
Apple Fan
Profile
Posts: 10
Reg: Jan 17, 2014
San Diego
4,000
like
05/05/14 11:03 AM (10 years ago)
Thanks for the help Niraj. I downloaded the most recent version of the menu with image plugin and the bugs are gone. All is good.
 
peterj
Apple Fan
Profile
Posts: 113
Reg: Jun 19, 2011
location unknow...
6,630
like
09/28/15 10:04 AM (9 years ago)
I just had this happen on a project I downloaded today. I was able to get it working by setting the x,y of the headerImage frame to "0,top" (it was "0,0" in the code, which seemed to make the image load under the nav bar). File changed: WB_screen_menuImage.m, line 160 was: headerImage = [[UIImageView alloc] initWithFrame: CGRectMake (0, 0, deviceWidth, headerImageHeight )]; changed to: headerImage = [[UIImageView alloc] initWithFrame: CGRectMake (0, top, deviceWidth, headerImageHeight )];
 
Susan Metoxen
buzztouch Evangelist
Profile
Posts: 1706
Reg: May 01, 2011
Hopkins, Minnes...
26,260
like
09/28/15 01:53 PM (9 years ago)
Thanks, Peter! I will do a bit more testing with this and then change it in the online version. The problem may also affect the Menu Image Buttons and the Menu Image Rows.
 
Susan Metoxen
buzztouch Evangelist
Profile
Posts: 1706
Reg: May 01, 2011
Hopkins, Minnes...
26,260
like
09/29/15 09:22 AM (9 years ago)
I ran into a different problem yesterday, that may be Xcode 7 related. It has a black bar at the top and bottom of the screen. I don't know a solution yet, though, but watch this space.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.