A UICollectionViewCell object presents the content for a single data item when that item is within the collection view’s visible bounds. You can use this class as-is or subclass it to add additional properties and methods. The layout and presentation of cells is managed by the collection view and ...

learn more… | top users | synonyms

0
votes
2answers
34 views

UICollectionViewCells and Buttons

I've been trying to get my UICollectionView to respond differently to single and double taps but all the answers I have found seem to suggest this is not really feasible because the single taps get ...
1
vote
1answer
18 views

UICollectionView image on cell memory warning

im using Xcode 4.6.1, iOS SDK 6.1, ARC and Storyboards, testing device iphone 4S running 6.1.3 I'm having a little trouble configuring a collectionviewcell containing pictures, there thing is when i ...
-2
votes
0answers
20 views

collection view click on cells [closed]

I am implementing something like the the iphone photo app and I want to something like click on a cell and it jumps to a deeper level. My question is how to catch the click event? Now I used the ...
0
votes
0answers
9 views

Change autolayout contraints on uiview in a uiciollectionViewCell when orientation changes

I'm using a UICollectionView with a Custom UICollectionViewCell The custom cell has 1 cell per row in portrait and 2 cells per row across in landscape Everything is using autolayout. I have one a ...
0
votes
1answer
38 views

Add Array of label to collection view cell

i want to add this label array to collectionview cell labelArray =[[NSArray alloc] initWithObjects:@"Theme 001-002", @"Theme 002-006", @"Theme 006-009", @"Theme 009-012", nil]; NSString *filePath = ...
0
votes
1answer
18 views

Custom Collection View Cell Property Throwing Superclass's Error Upon Setting

I have a single view controller acting as both the dataSource and delegate for a UICollectionView. - (UICollectionViewCell *)collectionView:(UICollectionView *)cv cellForItemAtIndexPath:(NSIndexPath ...
0
votes
1answer
29 views

collectionView didSelectItemAtIndexPath

In collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath method i m trying to load array of audio files into collection view cells but based on indexPath row it is skipping cell at index 0 ...
0
votes
1answer
34 views

UICollectionView Flow layout no fixed row height

How to modify the flow layout, so that there is the same vertical spacing between the smaller and larger cells (eg. there is no fixed row height / the row height is not fixed to the maximal size)? ...
0
votes
0answers
11 views

Audio sequence issue in collection view didSelectItemAtIndexPath

Sequence of audio files in collection view cell is wrong. In first cell it plays nothing, in second cell it plays first audio file, in third cell it plays second audio file , in fourth cell it plays ...
0
votes
1answer
12 views

Load audiofile array to collection view cells in sequence manner

I have loaded images and labels to custom collectionview cells in this method - (UICollectionViewCell *)collectionView:(UICollectionView *)cv cellForItemAtIndexPath:(NSIndexPath *)indexPath; Cell ...
0
votes
1answer
9 views

Referencing IBOutlets during UICollectionViewCell initialization

I have a custom UICollectionViewCell with an imageView, a textField and a label. I have a skeleton made in Interface Builder. I need to do some more work on the imageView (setting the image and giving ...
2
votes
1answer
66 views

UICollectionViewCell position gets doubled

I just noticed that the center of uicollectionviewcells is half of the real center. example: setting frames for cells to: [0] {{0, 0}, {100, 100}} [1] {{100, 100}, {100, 100}} [2] {{200, 200}, ...
0
votes
1answer
54 views

UICollectionView alignment of cells

I have a UICollectionView with 2 different types of UICollectionViewCells. There is a tab that prompts the showing of each type of cell and only one type of cell can be visible at a time. For some ...
0
votes
0answers
15 views

UIScrollView as subview of UICollectionViewCell - passing tap to superview

I have a custom UICollectionViewCell subclass that contains a UIScrollView. The scroll view scrolls correctly, however it intercepts taps, so that the collection view cell highlighting and selecting ...
0
votes
0answers
61 views

Custom UICollectionViewLayout Different Cell Sizes

I want to make custom collectionview layout like this. http://i.stack.imgur.com/aWUIa.jpg When i scroll second page image size not fit the cell sizes; http://i.stack.imgur.com/GOUmF.jpg And turn ...
0
votes
1answer
28 views

How to set background color of a UIImageView from a UICollectionView cell

I have not used UICollectionView much so this may not be possible, but never hurts to ask :) Each cell is set up as a different color. What I want to do is tap on a cell and push to another ...
1
vote
0answers
31 views

Images in collectionview

Have collection view and trying to display images from group folder in collection view cells. Index wise it should start from 0 but it is displaying images from index 1 and collection view cell at ...
1
vote
2answers
76 views

Custom UICollectionViewCell with UIProgressView shows progressView on reused cells

I am subclassing UICollectionViewCell because I wanted to add a UIImageView and a UIProgressView to the cell: - (id)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if ...
0
votes
0answers
14 views

Custom Graphics on UICollectionViewCell

I want to add a grid on each UICollectionViewCell in my UICollectionView. Here is what I tried to do: - (void) drawRect:(CGRect)rect{ int width = rect.size.width; int height = ...
0
votes
0answers
30 views

CollectionViewCell Flip Issue

UICollectionViewCell* cell = [productsCollectionView cellForItemAtIndexPath:index]; ProductCollectionCell *productCell = (ProductCollectionCell*)cell; [productCell.vwEdit setHidden:NO]; [UIView ...
0
votes
0answers
39 views

using Override UICollectionView to call delegate methods on UicollectionViewController

I have UICollectionViewController with all the dataSource and delegate methods behaving correctly. Recently I added Flip View on every cell when I select and when I select another cell the first cell ...
0
votes
1answer
71 views

Jerky scrolling of UICollectionView because of text labels

I have got a problem with jerky scrolling of UICollectionView. My cell consists of picture and a few text labels. I have tried to check what is causing this and when I disabled setting text for ...
0
votes
3answers
75 views

How to pass parameters using @selector

I need to pass parameters with @selector and here is the method that i need to call using selector: -(void)clickedInfo:(NSString *)itemIndex{ // some work with itemIndex } I know that what i can do ...
0
votes
0answers
28 views

How do I center a XYPieChart in a UICollectionViewCell?

I'm loading my collection view cells from a xib, connected to a subclass of uicollectionViewCell. I've got a UIView with the class set to XYPieChart. I've setup my autolayout constraints accordingly ...
-1
votes
0answers
51 views

UICollectionViewCell Drawing

Edit: I've broken the program down into two separate testing projects and now I've gotten UICollectionView to work with the playing card part, but the Set game is giving me issues which are, I'm ...
0
votes
1answer
26 views

Shared cell between viewcontroller

I have a scrollView with X times collectionViewController. I would like to make a singleton in order to share the reusable cells between these controllers?. Is-it possible ? EDIT: In fact, the cells ...
0
votes
1answer
49 views

UICollectionview items order changes everytime I scrolled. Only happens with new SDK 6.1? Is it a bug?

I am doing something very simple --- created a uicollectionview horizontally, add a button, label it with the indexpath.row (or indexpath.item, doesn't seem to matter) , which should show as ...
0
votes
0answers
26 views

Replicate Apple iOS Podcast.app modal view controller from UICollectionViewCell

I would like to replicate the flipping, growing and showing of a modal view controller as seen in Apple iOS Podcast app. Do I need to subclass UICollectionViewFlowLayout or UICollectionViewLayout? ...
0
votes
1answer
63 views

How to setup each uicollectionview cell to open new view with corresponding text

so I have my uicollectionview setup with 40 cells. What I would like to do is when a cell is tapped it opens new view with 2 labels, each with 40 corresponding different texts. So I'm thinking of ...
0
votes
2answers
168 views

UICollectionView animations (insert/delete items)

I'd like to customize the animation styles when a UICollectionViewCell is inserted and/or deleted. The reason why I need this is that by default I see that inserting a cell has a smooth fade in ...
0
votes
1answer
38 views

UICollectionViewCell and UIScrollView

I encountered a weird behavior of UIScrollView when inside a UICollectionViewCell. In my project I have a collectionView and each cell has a UIScrollView that contains 1 or more images. Here's some ...
0
votes
0answers
12 views

Is there a way to make a UICollectionView row or header stay still a.k.a. freeze panes?

I'm wondering if there is a way to make a UICollectionView row or header stay still similar to the freeze panes function in a spreadsheet program. I basically want the first column and row to stay ...
0
votes
0answers
26 views

Change UILabel in CollectionViewCell on Button click

I'm new to CollectionViews and created a table like this x a b c d e - 1 2 3 4 5 - 6 7 8 9 10 and so on, where the numbers 1-10 are IBOutlet UILabels with no text containing when the app starts. ...
-1
votes
1answer
55 views

How to set UILabel on UICollectionViewCell?

I've done this several dozen times with custom and standard UITableView cells. All my outlets are connected. The UILabel is a subview of my UICollectionViewCell in IB. My UICollectionViewCell object ...
-1
votes
1answer
47 views

UICollectionViewCell subclass init never run

I have added a collection view in viewDidLoad like this... self.collectionView = [[UICollectionView alloc] initWithFrame:CGRectMake(0, 0, 10, 10) collectionViewLayout:flowLayout]; ...
0
votes
1answer
27 views

core data subclass with collectionViewCell

In my collectionView based app i want to cache the last 100 cells loaded, and i think best way for me is to work with core data. I already have a custom class for UICollectionViewCell, and obviously ...
0
votes
0answers
58 views

UICollectionview layout is not correct

In my iPhone application I am using UICollectionview. I am using custom cell heights,getting from server. The width of all images are same (100).Only height is changing.So I am displaying 3 images ...
0
votes
1answer
41 views

Cannot reposition ImageView in collectionView:cellForItemAtIndexPath:

I have an ImageView, say imageViewA, in a UICollectionViewCell, say ComicStripViewCellA.xib. I need to reposition imageViewA if a condition is true. I can access imageViewA or change its alpha value ...
0
votes
2answers
246 views

UICollectionView reload data Issue

I have a problem with data reloading using UICollectionView. I have this array on the viewDidLoad to fill the UICollectionView. array = [[NSMutableArray alloc] init]; [array addObject:@"1"]; [array ...
0
votes
0answers
36 views

Misplaced UICollectionViewCell in a UICollectionView with paging

My setup currently is a UICollectionViewCell with a UIImageView that covers the majority of the cell and a UILabel right below it. The UICollectionView has horizontal scrolling with paging enabled. ...
1
vote
0answers
69 views

UICollectionView cell reuse seems to shuffle cells

I am currently trying to implement a simple two-row UICollectionView. Because I already had this issue when using a more complex data source involving Core Data I made it just an NSArray containing ...
0
votes
0answers
32 views

Center view on a specific row and column on a custom layout UICollectionView

I have a custom layout for a UICollectionView that allows me to scroll both vertically and horizontally. But, now, when I want to center a specific UICollectionViewCell in the center of the screen, I ...
0
votes
0answers
57 views

Spacing between sections when using UICollectionView

Take a look at this image: http://i41.tinypic.com/2nhizib.png My UICollectionView has 3 sections: 1 for data, and 2 more for displaying 2 additional cells. The 2 additional cells displays at a new ...
1
vote
1answer
347 views

UICollectionView only calling didSelectItemAtIndexPath if user double taps, will not call when user single taps

I have a UICollectionView Which is about the size of the screen. The UICollectionViewCells that it displays are the same size as the collectionView. Each cell has a UIImage which is the size of the ...
0
votes
0answers
28 views

Fast enumeration crash on updating constraints

I have a UICollectionView with a lot of cells that contain a UIImageView. I use SDWebImage to load images into them. When I scroll really fast, the application crashes. LLDB doesn't do me any good, ...
0
votes
0answers
26 views

UICollectionViewCell size reduced when showing UIToolbar

For some reason when displaying my UINavigationController's toolbar, my UICollectionView cells are reduced in height. If I set the barStyle of the toolbar to translucent, it appears to work fine, ...
0
votes
1answer
100 views

How to set size of prototype UICollectionViewCell

I have a UICollectionView in IB with a bunch of different prototype cells. I have tried to give each cell its own size in IB so that when I instantiate it with dequeueReusable..., it will have that ...
0
votes
1answer
77 views

UICollectionViewCell add animation for selected/highlighted item

I'm implementing simple collection view with images inside cells. The task that I want to achieve is when user taps on the cell - there should be flip animation and some details have to appear at the ...
0
votes
0answers
75 views

UICollectionView Cell nib not loading

I'm using a custom subclass of UICollectionViewFlowLayout that allows reordering of cells. Source code here. The issue I am running into is that the nib file I created for the Collection View does ...
0
votes
1answer
54 views

Linking TWO Collection View Controllers

I'm currently designing an App where I have to make use of TWO Collection View Controllers, however, i'm having trouble making the second controller display the correct data. The first Collection ...

1 2 3 4 5 6