Questions tagged [pstcollectionview]

17 questions
4
votes
1 answer

UICollectionView bad acces on -> UICollectionViewData _setLayoutAttributes:atGlobalIndex:

I use an UICollectionView to display a lot of images with a batch of 32. Every time the i reach the end of the collection view i load an other batch of 32 images and resize the collectionView contentsize.width to accepte the new items. The loading…
Amnysia
  • 383
  • 1
  • 3
  • 12
2
votes
1 answer

didSelectItemAtIndexPath / didDeselectItemAtIndexPath in PSTCollectionView in iOS

I'm working with UICollectionView using PSTCollectionView Library. I've to create a grid where user can select and deselect images by tapping on UICollectionViewCell. I've to show checkBox like image if cell is selected. And uncheckedBox image if…
1
vote
1 answer

Change class of UICollectionView to PSTCollectionView in xib

My application is supporting iOS 5.1+. And I want to use UICollectionView in my application. But UICollectionView is not available prior iOS 6.0 versions. So I used famous third party library PSTCollectionView. It has solve my all class related…
ViruMax
  • 1,216
  • 3
  • 16
  • 41
1
vote
1 answer

Overriding layoutAttributesForElementsInRect: of UICollectionView / PSTCollectionView causes visible cell to reload

I want to mimic the features of gallery app provided in Sony Xperia in iPhone app. I gallary app, images are shown in grid grouped by date and the first photo of the section is twice in size than the others. On pinching out / in, all photos get zoom…
Yogi
  • 3,578
  • 3
  • 35
  • 56
1
vote
0 answers

How to add images to PSTCollectionView

Creating an grid view image gallery for iOS 4 and 5. Not sure how to go about it. Please walk me through it.
Uday
  • 1,619
  • 3
  • 23
  • 48
1
vote
2 answers

Linker error compiling PDFKit

I am trying to integrate PSPDFKit for iOS in my project and I have not been yet able to success. After downloading the Demo version, adding the framework to my project, adding all the required libraries and placing #import on…
Rober
  • 427
  • 3
  • 8
1
vote
1 answer

How to use PSTCollectionView in a project targeted to iOS 5?

Working on a project which is targeted for iOS 5.1 (minimum), I'm using PSTCollectionView for creating a very simple flow layout view. PSTCollectionView is supposed to work on iOS 5.1, but the CollectionView only works on iOS 6.1 simulator. When I…
LuisEspinoza
  • 8,508
  • 6
  • 35
  • 57
1
vote
0 answers

ViewDidLoad not getting invoked in child viewcontroller while using PSTCollectionViewController

I am using PSTCollectionView as an alternative to UICollectionView to have compatibility with iOS5 (as well as iOS6). I am using storyboard to create my root viewcontroller then I add PSTCollecitonViewController programatically. Here is the…
1
vote
0 answers

Updating PSTCollectionView contents while loading photos

I'm using PSTCollectionView class to load the photos from iPhone camera roll. I want the photos to appear while they're loaded though, not wait until everything is read. My code looks like this: -(void) loadAssetGroups { void…
kender
  • 85,663
  • 26
  • 103
  • 145
0
votes
1 answer

iOS UITesting Tap on uiview or PSTCollectionViewCell

I have used PSTCollectionView for collection view. As a result, when I record for UITesting and tap on that cell, it can't generate properly. XCUIApplication *app = [[XCUIApplication alloc] init]; [app tap]; How shall I do to simulate for that…
Khant Thu Linn
  • 5,905
  • 7
  • 52
  • 120
0
votes
1 answer

Restructure code from PSTCollectionView to UICollectionView

I have completely removed PSTCollectionView from my project, at one point, I'm getting following error, PSTCollectionViewItemTypeCell not found. I'm aware that, I need to replace it with something available in UICollectionView but I haven't found it…
Hemang
  • 26,840
  • 19
  • 119
  • 186
0
votes
1 answer

How to use PSTCollection for iOS5, in a subview?

Currently I'm developing iOS app for iOS5, using storyboard. I have a view controller, in that view controller I have three views. I wan't my first view to use PSTCollection/UICollectionView but my iOS version is 5 so UICollectionView is out. How…
Robin1990
  • 1,717
  • 2
  • 11
  • 13
0
votes
2 answers

Asynchronous image loading is not working?

Hi iam using PST Collectionview similar UIcollectionview .I want to load images from my document directory to Collection view.First tried synchronous way but it is too slow..So one know How can i load images in asynchronously to collectionview. in…
Navi
  • 1,696
  • 2
  • 17
  • 36
0
votes
1 answer

How can i highlight selected cell's in PSTCollectionview?

Iam using PSTCollection view for grid layout so it will support iOS 5.0 onward ,but when i click one cell its working fine .Iam trying to implement a selection effect like a glow border on selected cell so it will increase user experience.Any one…
Navi
  • 1,696
  • 2
  • 17
  • 36
0
votes
1 answer

PSTCollectionview is not working for me?

I have one storyboard project in that i added PSTCollectionview classes and all files .Then i created one class for my viewcontroller "allbooks.h,.m in "PSUICollectionviewcontroller_" and iam not able to add this class on my viewcontroller ???…
Naveen
  • 1,251
  • 9
  • 20
  • 38
1
2