Giter Club home page Giter Club logo

ohgridview's People

Contributors

alisoftware avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ohgridview's Issues

@iOS > 5.0 memory crash

Hi, i use your gridview into my project, with last release and ios 5.1 the gridview crashing at point:

-(void)setIndexPathForSelectedCell:(NSIndexPath *)indexPath animated:(BOOL)animated
{
if (indexPath != indexPathForSelectedCell)
{
//NSLog(@"indexPathForSelectedCell: %@",indexPathForSelectedCell);
[self willChangeValueForKey:@"indexPathForSelectedCell"];
[[self visibleCellForIndexPath:indexPathForSelectedCell] setSelected:NO animated:animated]; //<-------- BAD ACCESS
[indexPathForSelectedCell release];
indexPathForSelectedCell = indexPath;//[indexPath retain];
[[self visibleCellForIndexPath:indexPathForSelectedCell] setSelected:YES animated:animated];
[self didChangeValueForKey:@"indexPathForSelectedCell"];
}
}

i have forked and fixed your project, if you want use the fix... ;)

too slow reaction..

Hello~ again.

I have used your control a few month ago. It had so good, fast reaction. Scrolling reacted fast.

But after i installed XCode 4.2 and iOS5 SDK, your control react slowly when i scroll.

My device is iPhone 4.

Could you fix it? I can not fix this problem....

Thank in advance.

It dosen't work in Xcode 4.2 installed iOS 5 SDK

Hello.

I used your OHGridView controll a few months ago.

but I can't compile this code (OHGridView) in Xcode 4.2 installed IOS 5 SDK after I installed the Xcode 4.2

Could you update the code to work in Xcode 4.2.

Thanks in avdance.

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.