RETableViewManager icon indicating copy to clipboard operation
RETableViewManager copied to clipboard

Powerful data driven content manager for UITableView.

Results 55 RETableViewManager issues
Sort by recently updated
recently updated
newest added

The code is: _manager = [[RETableViewManager alloc] initWithTableView:self.tableView]; RETableViewSection *section = [RETableViewSection sectionWithHeaderTitle:@""]; [_manager addSection:section]; _name = [RETextItem itemWithTitle:@"姓名" value:@"123" placeholder:@"姓名"]; [section addItem:_name]; and the crash content is: Terminating app...

I am getting this in RETableViewManagerCreditCardCell.m: > .../Pods/RETableViewManager/RETableViewManager/Cells/RETableViewCreditCardCell.m:30:9: 'NSBundle+RETableViewManager.h' file not found and in REActionBar.m: > .../Pods/RETableViewManager/RETableViewManager/REActionBar.m:28:9: 'NSBundle+RETableViewManager.h' file not found In my Podfile I have this: pod 'RETableViewManager', '~>...

itemWithImageNamed don't show image , also custom item & cell, Like Demo in "ListImageCell" - (void)cellWillAppear { [super cellWillAppear]; [self.pictureView setImage:[UIImage imageNamed:self.imageItem.imageName]]; } but, self.imageItem.imageName is nil,I don't konw what...

I am made a demo project and added 50 RETextItems ![ios simulator screen shot mar 29 2014 3 58 13 pm](https://cloud.githubusercontent.com/assets/6544244/2558063/30ad18a2-b72f-11e3-9557-cda928549372.png) When i want to enter data beyond 43rd Item....

error shows when i build in Xcode8.2.1 ![112211](https://cloud.githubusercontent.com/assets/8358206/22726885/cd66c0ce-ee10-11e6-9763-3b1e32e5b03c.png)

When I using this library set a variable height of cell, what's the best way? for example: - (CGFloat)heightWithItem:(MultilineTextItem *)item tableViewManager:(RETableViewManager *)tableViewManager;

Xcode 7.1, iOS 9.1 simulator, iPhone 6s Plus. Clicking the "Indexed List" cell immediately crashes the example for me. I'm looking at other parts of the library right now, so...

Can anyone please show me how to change the text color and cell background color using this framework?

Hi Roman. I'm can't remove the header and footer shown in the RETableViewOptionsController. The original tableview doesn't have any headers (the section is built using RETableViewSection *section = [RETableViewSection section];)...

Current align is left. I need to change text field alignment (right).