Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 2 additions & 18 deletions Phimpme.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
408F1A0020596AC400BDC313 /* Frameworks */,
408F1A0120596AC400BDC313 /* Resources */,
B03B9988338769AA6EFEF639 /* [CP] Embed Pods Frameworks */,
52E946A37C5FD6B9513182FC /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -252,28 +251,13 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
52E946A37C5FD6B9513182FC /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Phimpme/Pods-Phimpme-resources.sh\"\n";
showEnvVarsInLog = 0;
};
B03B9988338769AA6EFEF639 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Phimpme/Pods-Phimpme-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-Phimpme/Pods-Phimpme-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/NMAnimatedTabBarItem/NMAnimatedTabBarItem.framework",
);
name = "[CP] Embed Pods Frameworks";
Expand All @@ -282,7 +266,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Phimpme/Pods-Phimpme-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Phimpme/Pods-Phimpme-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
2 changes: 1 addition & 1 deletion Phimpme/Controllers/MainTabBarViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class MainTabBarViewController: UITabBarController, UITabBarControllerDelegate {
default:
break
}
animatedTabBar.animateTabBarItem(self.tabBar, indexOfTab!, animationType!)
animatedTabBar.animateTabBarItem(self.tabBar, indexOfTab!, 1, animationType!)
return true
}

Expand Down
10 changes: 7 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
PODS:
- NMAnimatedTabBarItem (0.1.1)
- NMAnimatedTabBarItem (2.0.0)

DEPENDENCIES:
- NMAnimatedTabBarItem

SPEC REPOS:
trunk:
- NMAnimatedTabBarItem

SPEC CHECKSUMS:
NMAnimatedTabBarItem: 257784eba1c60cae218634cef285babb29acb124
NMAnimatedTabBarItem: ad37e0bc20bba74c25623862a1174ebb57d6caa4

PODFILE CHECKSUM: ff749ed99d8dd5c21bd041980fb1150164cd94a0

COCOAPODS: 1.4.0
COCOAPODS: 1.8.3
10 changes: 7 additions & 3 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 31 additions & 29 deletions Pods/NMAnimatedTabBarItem/Classes/NMAnimatedTabBarItem.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/NMAnimatedTabBarItem/Classes/NMAnimationtype.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/NMAnimatedTabBarItem/Classes/NMRotationDirection.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 27 additions & 28 deletions Pods/NMAnimatedTabBarItem/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading