QMUICellHeightKeyCache_UITableViewDelegate

@protocol QMUICellHeightKeyCache_UITableViewDelegate <NSObject>

@optional

- (nonnull id<NSCopying>)qmui_tableView:(nonnull UITableView *)tableView cacheKeyForRowAtIndexPath:(nonnull NSIndexPath *)indexPath;
@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    - (nonnull id<NSCopying>)qmui_tableView:(nonnull UITableView *)tableView cacheKeyForRowAtIndexPath:(nonnull NSIndexPath *)indexPath;

    Swift

    optional func qmui_tableView(_ tableView: UITableView, cacheKeyForRowAt indexPath: IndexPath) -> NSCopying