Discussion Forums  >  Uncategorized

Replies: 2    Views: 176

tonycelestino
Aspiring developer
Profile
Posts: 213
Reg: Jun 24, 2011
Maceio
4,080
09/23/11 07:41 PM (14 years ago)

help with headerImageScrollWithList

Quick question... I have set this up in the BT_Config.txt for a menu list that I want a fixed header on it, i got it fixed but the menu list in hiding underneath. The list is a square one, not rounded. I have tried setting the listHeaderHeightSmallDevice for a taller size so that the menu doesn't stay hidden under the header cell but its not working. Is it possible to fix this? Or is this feature only compatible with rounded corners lists?
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
09/24/11 09:00 PM (14 years ago)
Hi: It sounds like you have the right idea. If you have the header image in place, and have the list scrolling under it, adjusting the List Header Height is for sure what you want. If you're saying the List Header Height isn't affecting anything then you've probably adjusted the header image code a bit different than expected. No worries. After setting the header image, you could easily adjust the frame for the UITableView. You'll want to adjust the frame 'down' the screen so it starts below your image. Use something like... [self.myTableView setFrame:CGRectMake(0, 0, 0, 0)]; Adjust the zero with: x, y, width, height values. You'll want to use a y value of a bit more than your header image height. This will place the list on the screen 'down' the page.
 
tonycelestino
Aspiring developer
Profile
Posts: 213
Reg: Jun 24, 2011
Maceio
4,080
like
09/25/11 05:39 AM (14 years ago)
Great David!!! Thanks a lot, I'll try that!
 

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.