BBuff
BBuff
Thanks Monoceroi! That's where I started my search last night, but I can't tell for the life of me where the header view size is taken in to account in...
Thanks. I'll check this out tonight. Sent from my iPhone On Jan 18, 2012, at 7:49 AM, Evadne [email protected] wrote: > Just take a look at the contentOffset, then you...
I played around with the contentOffset in layoutSubviews but then the searchbar was hidden but the ScrollView stopped scrolling. Any hints?
The IF below is in layoutSubviews and I added the setContentOffset part. if ( _headerView != nil ) { rect = _headerView.frame; rect.origin = CGPointZero; rect.size.width = self.bounds.size.width; _headerView.frame =...
Thanks for the follow-up. What I'm really looking for is for the headerView to be added to the top of the scrollView but I want the scroll to display starting...
When I add that to viewDidLoad the grid doesn't display any data. When I add it to viewWIllAppear it doesn't scroll. Here's what the grid view looks like in the...