From b90d761f251f32c92de1b73f38788853c8519493 Mon Sep 17 00:00:00 2001 From: Lekshmi S Date: Tue, 3 Nov 2020 11:07:35 +0530 Subject: [PATCH] Moved molecule to Miscellaneous group. --- MVMCoreUI.xcodeproj/project.pbxproj | 4 ++-- .../List/{ => Miscellaneous}/ListStarRating.swift | 4 ---- .../List/{ => Miscellaneous}/ListStarRatingModel.swift | 0 3 files changed, 2 insertions(+), 6 deletions(-) rename MVMCoreUI/Atomic/Molecules/DesignedComponents/List/{ => Miscellaneous}/ListStarRating.swift (96%) rename MVMCoreUI/Atomic/Molecules/DesignedComponents/List/{ => Miscellaneous}/ListStarRatingModel.swift (100%) diff --git a/MVMCoreUI.xcodeproj/project.pbxproj b/MVMCoreUI.xcodeproj/project.pbxproj index 7fd14012..3cc6f842 100644 --- a/MVMCoreUI.xcodeproj/project.pbxproj +++ b/MVMCoreUI.xcodeproj/project.pbxproj @@ -1363,6 +1363,8 @@ children = ( AAE96FA125341F6A0037A989 /* ListStoreLocatorModel.swift */, AAE96FA425341F7D0037A989 /* ListStoreLocator.swift */, + AA7F47722541AD560015A2C1 /* ListStarRatingModel.swift */, + AA7F47752541AD6A0015A2C1 /* ListStarRating.swift */, ); path = Miscellaneous; sourceTree = ""; @@ -1547,8 +1549,6 @@ D22B38EB23F4E0AE00490EF6 /* LeftVariable */, AAB7EDEE246ADA1600E54929 /* ListProgressBarThinModel.swift */, AAB7EDF0246ADA2A00E54929 /* ListProgressBarThin.swift */, - AA7F47722541AD560015A2C1 /* ListStarRatingModel.swift */, - AA7F47752541AD6A0015A2C1 /* ListStarRating.swift */, ); path = List; sourceTree = ""; diff --git a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/ListStarRating.swift b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/Miscellaneous/ListStarRating.swift similarity index 96% rename from MVMCoreUI/Atomic/Molecules/DesignedComponents/List/ListStarRating.swift rename to MVMCoreUI/Atomic/Molecules/DesignedComponents/List/Miscellaneous/ListStarRating.swift index 1e904c8a..b4bcf03d 100644 --- a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/ListStarRating.swift +++ b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/Miscellaneous/ListStarRating.swift @@ -27,10 +27,6 @@ stack.restack() } - open override func updateView(_ size: CGFloat) { - super.updateView(size) - } - //---------------------------------------------------- // MARK: - Molecule //---------------------------------------------------- diff --git a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/ListStarRatingModel.swift b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/Miscellaneous/ListStarRatingModel.swift similarity index 100% rename from MVMCoreUI/Atomic/Molecules/DesignedComponents/List/ListStarRatingModel.swift rename to MVMCoreUI/Atomic/Molecules/DesignedComponents/List/Miscellaneous/ListStarRatingModel.swift