ultragtx / GSBookShelf

An iBooks-styled book shelf for iOS (Animation of drag & drop, insert, remove...)
Other
426 stars 90 forks source link

need help to remove the book icons in the book shelf #9

Closed RajeshReddy closed 11 years ago

RajeshReddy commented 11 years ago

iOS Simulator Screen shot 21-Jan-2013 1 27 16 PM hi...... thatz a fantanstic code out there... i am a newbie. i am working on a project which is similar to the bookshelfview, when clicked on each file, it should be downloaded. i hav tried but failed to remove the icons from the view.what i need is just a book shelf view which should be able to scroll. so that i can display my files in each row. how to rermove the red,green...etc book icons of yours from the view.

ultragtx commented 11 years ago

@RajeshReddy change the source code: hide _bookViewContainerView, and you can try deleting _cellContainerView = [[GSCellContainerView alloc] initWithFrame:CGRectMake(0, 0, self.frame.size.width, 0)]; in initWithFrame: (GSBookShelfView.m)