Code Monkey home page Code Monkey logo

gcretractablesectioncontroller's People

Contributors

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

gcretractablesectioncontroller's Issues

MyViewController with MyTableView

I probably misunderstood something - but I have a viewcontroller containing a table (view->table)
@interface MyViewController : UIViewController

and not @interface MyViewController : UITableViewController

Isn't it possibly to pass my:
@Property (strong, nonatomic) IBOutlet UITableView *MyTableView;

.. somewhere?

What can I do to make it work like this? :) Thanks

Support iOS7 SDK

Hi,

I've purchased and using this since 2011. All working perfectly, until now, when iOS7 comes. And I have to update using iOS7 sdk.

Can you update this to support iOS7 sdk ? building in iOS7 sdk is just all seems broken, the view all not round, when highlighted, all area row is selected instead of just the the button.

TableView not showing

I'm creating a tableview like "GCSimpleSectionController" in my view controller with below code. But, tableview not created

gc = [[GCRetractableSectionController alloc] initWithViewController:self];
gc.tableView.dataSource = self;
gc.tableView.delegate = self;
[self.view addSubview:gc.tableView];

And, i will assign the frame on my viewWillAppear

gc.tableView.frame = (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) ? CGRectMake(0.0, 50.0, 768.0, 947.5) : ([[UIScreen mainScreen]bounds].size.height == 568) ? CGRectMake(0.0, 50.0, 320.0, 505.0) : CGRectMake(0.0, 50.0, 320.0, 420.0);

But, my tableview not showing..

Title for Custom Controller

I am trying to use one instance of the custom controller three times. So, is it possible to have a different title for each? Thanks very much for this work.. Really nice.

dumb question - sorry.

Question about Editing

Very good lib!!!

I have a question about editing the Tableview cells.

I saw that you add the cells at the tableview when the section is clicked. Right?

So if my original tableview get's in the edit mode i will be able to delete those cells, but where else i need to remove this references?

I'm not putting hands on the code yet, but i'm coming up with this question to see if you already though something about.

Thanks and again, great lib!! :D

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.