GMGridView icon indicating copy to clipboard operation
GMGridView copied to clipboard

Background image view for each row / column

Open 1010011010 opened this issue 12 years ago • 9 comments

Hi there!

Really nice view you've developed!! For me it is the most interesting grid view I have found at the moment.

Is it possible to specify a view for each row or column?

I tried with something like this: ...scrollView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"image.png"]]; but it seems to have very bad performance.

1010011010 avatar Jan 31 '12 12:01 1010011010

No there's no way to specify a background per column/row.

I'll have to try this and see if there's anything we can improve to make it more performant.

Do you need the background to follow the scroll? Cant it be on a UIView under the Grid ? Only difference being that it will not move when the grid is scrolled.

gmoledina avatar Feb 03 '12 13:02 gmoledina

I want this too. Did you find anyway to add background image view for each row, gmoledina? Thanks. Your project help me so much.

tonypham avatar Mar 06 '12 09:03 tonypham

Please take a look at AQGridView: https://github.com/AlanQuatermain/AQGridView He can do this feature in his project.

tonypham avatar Mar 06 '12 09:03 tonypham

I really need this feature, too.

Arthraim avatar May 15 '12 06:05 Arthraim

is there anyway to make bookshelf (like iBooks) using GMGridView?

tonypham avatar May 15 '12 08:05 tonypham

I join the request above! iBooks-like UI layout needs are a very common case.

nihilenz avatar May 31 '12 11:05 nihilenz

+1 for iBooks-like UI

Hackmodford avatar May 31 '12 14:05 Hackmodford

I need this too

msafder avatar Jun 11 '12 23:06 msafder

I need this too.

imcaptor avatar Jul 06 '13 07:07 imcaptor