Code Monkey home page Code Monkey logo

adlivelytableview's People

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  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  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

adlivelytableview's Issues

Cell not hidden when scrolling upward

screen shot 2013-08-02 at 5 04 51 pm
screen shot 2013-08-02 at 5 05 08 pm

Hi,

Thank you for this wonderful library.

I'm currently using it in my project. But I saw a problem with scrolling. When I scroll upwards, the cell that is supposed to be hidden is still being displayed.

I have attached two images. One is to show the start of the table (Highlighted) and the other one to show the cell that is not hidden.

Navigation Bar is now transparent

How do i get my navigation bar to not be transparent, i have tried everything it seems it the table view can be seen under the navigation bar.

I am using images for the bar.

Here is what it should look like: http://cl.ly/image/37062f2e113G (look at latest news) and http://cl.ly/image/0I3x2t3z281t (look at top navigation bar)

Here is what is happening when i scroll: http://cl.ly/image/3p3l0p0u2X14 (look at latest news) and http://cl.ly/image/3I1N2l3I2L30 (look at top navigation bar)

Thanks

Tableview Backgroundcolor

It is not possible to set the backgound color like:

livelyTableView.backgroundColor = [UIColor whiteColor];

Style: Grouped

Is it possible to make it work with grouped style, please?

Delegate comparison not correct

Pixate Freestyle uses an NSProxy for the delegate, which causes ADLivelyTableView to go into a recursive infinite loop. The cause is that the check in the setDelegate method is using == vs isEqual. It should look like this:

- (void)setDelegate:(id<UITableViewDelegate>)delegate {
    // The order here is important, as there seem to be some observing done on setDelegate:
    if ([delegate isEqual:self]) {
        _preLivelyDelegate = nil;
    } else {
        _preLivelyDelegate = delegate;
    }
    [super setDelegate:self];
}

ARC Support

Is possible that convert this class for ARC support?

Thanks and congrats to work!

Apple LLVMcompiler 3.0 error

Awesome work! When i'm trying to include this to my project. i receive Apple LLVM compiler 3.0 error.

  1. parser at end of file
  2. Code generation
  3. Running pass 'Function Pass Manager' on module '/Dropbox/AppleSDk/FinalDraft/testsql/locationtable.m'.
  4. Running pass 'X86 DAG->DAG Instruction Selection' on function '@"\01-[locationtable viewDidLoad]"'
    clang: error: unable to execute command: Segmentation fault: 11
    clang: error: clang frontend command failed due to signal 2 (use -v to see invocation)
    Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 254

I used these step to
1.draged ADLivelyTableView.h and m to my project
2. include #import "ADLivelyTableView.h" in my tableview.
3. and include this 2 line in view did load
ADLivelyTableView * livelyTableView = (ADLivelyTableView *)self.tableView;
livelyTableView.initialCellTransformBlock = ADLivelyTransformFade;
*my project was included QuartzCore library

Any Idea?

How to use the class in UITableViewController?

I've import the class in head # and on viewDidLoad this code:

  • (void)viewDidLoad
    {
    [super viewDidLoad];

    ADLivelyTableView * livelyTableView = (ADLivelyTableView *)self.tableView;
    livelyTableView.initialCellTransformBlock = ADLivelyTransformFan;
    }

But i've an error:

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITableView setInitialCellTransformBlock:]: unrecognized selector sent to instance 0xc04ee00'

Question:
How to use your class on the UITableViewController?
Thank's

Reload data

Hello,

congrats for the excellent work!

I have a question: for some other reasons, after 3/4 secs after my UITableView appear, I do some reloadData of the table.

But everytime I call it, it re-perform the animation effect, which isn't nice. Is there any way I can prevent it from animate when calling specific [tab reloadData]?

Thanks.

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.