Giter VIP home page Giter VIP logo

Comments (4)

AlanQuatermain avatar AlanQuatermain commented on July 22, 2024

The first thing I'd do is to make sure that the grid view has a non-zero frame rectangle. I had the exact same issue a while back, and it was because some auto-resizing wasn't kicking in and my grid view's frame was (0,0,0,0).

Sent from my iPhone

On 2011-04-26, at 10:46 PM, [email protected] wrote:

Hi Alan,

Thanks for the great code!

I've been trying to implement AQGridView against an NSFetchedResultsController for about an hour now without much luck. It seems that numberOfItemsInGridView: is called as expected (and returns an integer greater than 0), but gridView:cellForItemAtIndex: is never called.

I set the delegate and datasource to the current instance, but it never seems to do anything. I'm happy to provide any information, but I'll have to obfuscate some of the details in my code if that's required.

Reply to this email directly or view it on GitHub:
#56

from aqgridview.

tonyarnold avatar tonyarnold commented on July 22, 2024

Thanks mate — it was a combination of that, and having the AQGridView instance be the view controller's view as well (rather than being a subview of a standard UIView). Once I did that, it all started working — how very odd!

Thanks for your prompt help — it was very much appreciated!

from aqgridview.

realalien avatar realalien commented on July 22, 2024

Thanks and I'd like to share some hints, hope it helps for someone has the similar problem ("gridView:cellForItemAtIndex: is never called").

It is easily forgotten that a gridview IBOutlet property of the viewController be hooked up with a Grid View UI, manually create connection in the Interface Builder.

from aqgridview.

ftedin avatar ftedin commented on July 22, 2024

Thaaaank you, realalien! in my case the use was that the AQGridView was included in the main View, then datasource was not working, you saved my day!

from aqgridview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.