Skip to content

Commit

Permalink
Removes useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyLB committed Jul 15, 2023
1 parent 7e65990 commit ded3c57
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 97 deletions.
4 changes: 0 additions & 4 deletions piwigo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,6 @@
AD18C74127F22B1B002CD05C /* LockOptionsViewController.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LockOptionsViewController.storyboard; sourceTree = "<group>"; };
AD196AA02438D2D5006C492A /* ShareMetadataViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShareMetadataViewController.swift; sourceTree = "<group>"; };
AD1AC30929746F9E00CEA7A9 /* ImageSessionErrors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageSessionErrors.swift; sourceTree = "<group>"; };
AD1B92792703A78D0089C5F4 /* AlbumViewController+TransitioningDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AlbumViewController+TransitioningDelegate.swift"; sourceTree = "<group>"; };
AD1B927B2703AAD90089C5F4 /* ImageAnimatedTransitioning.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageAnimatedTransitioning.swift; sourceTree = "<group>"; };
AD1BB5EA29ADCE330041E24E /* DataModel 0B (Image).xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "DataModel 0B (Image).xcdatamodel"; sourceTree = "<group>"; };
AD1BB5EB29AE82E50041E24E /* MappingModel_0A_to_0B.xcmappingmodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcmappingmodel; path = MappingModel_0A_to_0B.xcmappingmodel; sourceTree = "<group>"; };
AD1BFE3D2745A15800858145 /* UIImageView+AppTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImageView+AppTools.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1391,8 +1389,6 @@
ADC69F1A285A4C30009BF9AF /* AlbumViewController+Favorites.swift */,
ADBABA352847F4FF00EF39B0 /* AlbumViewController+Search.swift */,
AD98FB952843A2F100F6C0C5 /* AlbumViewController+Tagged.swift */,
AD1B92792703A78D0089C5F4 /* AlbumViewController+TransitioningDelegate.swift */,
AD1B927B2703AAD90089C5F4 /* ImageAnimatedTransitioning.swift */,
);
path = Extensions;
sourceTree = "<group>";
Expand Down
5 changes: 0 additions & 5 deletions piwigo/Album/AlbumViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ class AlbumViewController: UIViewController, UICollectionViewDelegate, UICollect
var imageDetailView: ImageViewController?
private var updateOperations = [BlockOperation]()

// See https://medium.com/@tungfam/custom-uiviewcontroller-transitions-in-swift-d1677e5aa0bf
//@property (nonatomic, strong) ImageCollectionViewCell *selectedCell; // Cell that was selected
//@property (nonatomic, strong) UIView *selectedCellImageViewSnapshot; // Snapshot of the image view
//@property (nonatomic, strong) ImageAnimatedTransitioning *animator; // Image cell animator

init(albumId: Int32) {
super.init(nibName: nil, bundle: nil)

Expand Down

This file was deleted.

58 changes: 0 additions & 58 deletions piwigo/Album/extensions/ImageAnimatedTransitioning.swift

This file was deleted.

0 comments on commit ded3c57

Please sign in to comment.