You can only refresh tableview in a particular section do?
I now get a tableview section there are two section selected a row in a checkmark in the row behind, and I want two section independently of each other in the choice of
Reply:
Rewrite reload, okay?
Reply:
I think we can mark under which section
Reply:
Just beginning to learn this stuff Oh how tag it? Is the section where you write down when they determine whether each click in the same section?
How rewrite reload ah?
Reply:
- (Void) reloadSections: (NSIndexSet *) sections withRowAnimation: (UITableViewRowAnimation) animation __ OSX_AVAILABLE_STARTING (__MAC_NA, __IPHONE_3_0);
Can ah
Reply:
Determine whether two indexPath.section and indexPath.row
Reply:
- (Void) beginUpdates; / / allow multiple insert / delete of rows and sections to be animated simultaneously. Nestable
- (Void) endUpdates; / / only call insert / delete / reload calls or change the editing state inside an update block. Otherwise things like row count, etc. May be invalid.
- (Void) insertSections: (NSIndexSet *) sections withRowAnimation: (UITableViewRowAnimation) animation;
- (Void) deleteSections: (NSIndexSet *) sections withRowAnimation: (UITableViewRowAnimation) animation;
- (Void) reloadSections: (NSIndexSet *) sections withRowAnimation: (UITableViewRowAnimation) animation __ OSX_AVAILABLE_STARTING (__MAC_NA, __IPHONE_3_0);
- (Void) insertRowsAtIndexPaths: (NSArray *) indexPaths withRowAnimation: (UITableViewRowAnimation) animation;
- (Void) deleteRowsAtIndexPaths: (NSArray *) indexPaths withRowAnimation: (UITableViewRowAnimation) animation;
- (Void) reloadRowsAtIndexPaths: (NSArray *) indexPaths withRowAnimation: (UITableViewRowAnimation) animation __ OSX_AVAILABLE_STARTING (__MAC_NA, __IPHONE_3_0);
Reply:
Individually set down a row
Reply:
I still feel this method can achieve
- (Void) reloadSections: (NSIndexSet *) sections withRowAnimation: (UITableViewRowAnimation) animation __ OSX_AVAILABLE_STARTING (__MAC_NA, __IPHONE_3_0);
No comments:
Post a Comment