AutoGenerateTableViewDelegate.generated.swift 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // Generated using Sourcery 1.6.1 — https://github.com/krzysztofzablocki/Sourcery
  2. // DO NOT EDIT
  3. // sourcery:inline:DiscoveryCommunityViewController.AutoGenerateTableViewDelegate
  4. // Generated using Sourcery
  5. // DO NOT EDIT
  6. func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
  7. aspectTableView(tableView, didSelectRowAt: indexPath)
  8. }
  9. func tableView(_ tableView: UITableView, contextMenuConfigurationForRowAt indexPath: IndexPath, point: CGPoint) -> UIContextMenuConfiguration? {
  10. return aspectTableView(tableView, contextMenuConfigurationForRowAt: indexPath, point: point)
  11. }
  12. func tableView(_ tableView: UITableView, previewForHighlightingContextMenuWithConfiguration configuration: UIContextMenuConfiguration) -> UITargetedPreview? {
  13. return aspectTableView(tableView, previewForHighlightingContextMenuWithConfiguration: configuration)
  14. }
  15. func tableView(_ tableView: UITableView, previewForDismissingContextMenuWithConfiguration configuration: UIContextMenuConfiguration) -> UITargetedPreview? {
  16. return aspectTableView(tableView, previewForDismissingContextMenuWithConfiguration: configuration)
  17. }
  18. func tableView(_ tableView: UITableView, willPerformPreviewActionForMenuWith configuration: UIContextMenuConfiguration, animator: UIContextMenuInteractionCommitAnimating) {
  19. aspectTableView(tableView, willPerformPreviewActionForMenuWith: configuration, animator: animator)
  20. }
  21. // sourcery:end