Skip to content

Commit

Permalink
Update to the latest pods, but drop MarqueeLabel back to its pre-Swif…
Browse files Browse the repository at this point in the history
…t conversion to work around some crashes for now
  • Loading branch information
farktronix committed Jun 15, 2019
1 parent dfd12f2 commit 1048ea5
Show file tree
Hide file tree
Showing 36 changed files with 2,707 additions and 3,821 deletions.
2 changes: 1 addition & 1 deletion AGAudioPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Pod::Spec.new do |s|

s.dependency 'Interpolate'
s.dependency 'BASSGaplessAudioPlayer'
s.dependency 'MarqueeLabel'
s.dependency 'MarqueeLabel', '~> 3.2.1'
s.dependency 'NapySlider'
end
88 changes: 43 additions & 45 deletions AGAudioPlayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
00F6D8B8EE7CDB10908B8E7F /* Pods_AGAudioPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D67DF68517CEBB91D42D7E1 /* Pods_AGAudioPlayer.framework */; };
13636ECC66CDACE8C32B9405 /* Pods_AGAudioPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8CE1C12F3C975C70D67852CA /* Pods_AGAudioPlayer.framework */; };
4333981B2249E91E00BECC8A /* UIColor+AGAudioPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4333981A2249E91E00BECC8A /* UIColor+AGAudioPlayer.swift */; };
4333981C2249E91E00BECC8A /* UIColor+AGAudioPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4333981A2249E91E00BECC8A /* UIColor+AGAudioPlayer.swift */; };
7C0D7BC81A44B68600607581 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7C0D7BC41A44B68600607581 /* LaunchScreen.xib */; };
Expand All @@ -29,10 +29,10 @@
7CC250C01A44792F009F91C8 /* AGAudioPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CC250BF1A44792F009F91C8 /* AGAudioPlayer.m */; };
7CC250CE1A447A98009F91C8 /* AGAudioPlayerUpNextQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CC250CD1A447A98009F91C8 /* AGAudioPlayerUpNextQueue.m */; };
7CC250D11A447AB0009F91C8 /* AGAudioItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CC250D01A447AB0009F91C8 /* AGAudioItem.m */; };
7CE24AAF1BDDD83800ABD545 /* (null) in Resources */ = {isa = PBXBuildFile; };
7CE24AB01BDDD83800ABD545 /* (null) in Resources */ = {isa = PBXBuildFile; };
7CE24AB31BDDD84B00ABD545 /* (null) in Resources */ = {isa = PBXBuildFile; };
7CE24AB41BDDD84B00ABD545 /* (null) in Resources */ = {isa = PBXBuildFile; };
7CE24AAF1BDDD83800ABD545 /* BuildFile in Resources */ = {isa = PBXBuildFile; };
7CE24AB01BDDD83800ABD545 /* BuildFile in Resources */ = {isa = PBXBuildFile; };
7CE24AB31BDDD84B00ABD545 /* BuildFile in Resources */ = {isa = PBXBuildFile; };
7CE24AB41BDDD84B00ABD545 /* BuildFile in Resources */ = {isa = PBXBuildFile; };
C122A1CB1C083B1800DE7E07 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C122A1CA1C083B1800DE7E07 /* AVFoundation.framework */; };
C1511AB51BDD9F6E003B4E6C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C1511AB41BDD9F6E003B4E6C /* AppDelegate.m */; };
C1511AB81BDD9F6E003B4E6C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C1511AB71BDD9F6E003B4E6C /* main.m */; };
Expand All @@ -49,13 +49,10 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
0181C9D9776D8A68554582E9 /* Pods-AGAudioPlayer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AGAudioPlayer.debug.xcconfig"; path = "Pods/Target Support Files/Pods-AGAudioPlayer/Pods-AGAudioPlayer.debug.xcconfig"; sourceTree = "<group>"; };
13AE2D5751E4226410EF7FD4 /* libPods-AGAudioPlayerOSX.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AGAudioPlayerOSX.a"; sourceTree = BUILT_PRODUCTS_DIR; };
1D67DF68517CEBB91D42D7E1 /* Pods_AGAudioPlayer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AGAudioPlayer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4333981A2249E91E00BECC8A /* UIColor+AGAudioPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+AGAudioPlayer.swift"; sourceTree = "<group>"; };
73E8357834B009C798EBD780 /* Pods-AGAudioPlayer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AGAudioPlayer.release.xcconfig"; path = "Target Support Files/Pods-AGAudioPlayer/Pods-AGAudioPlayer.release.xcconfig"; sourceTree = "<group>"; };
7452075F40E5EDF6C2DE7ED1 /* Pods-AGAudioPlayer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AGAudioPlayer.debug.xcconfig"; path = "Target Support Files/Pods-AGAudioPlayer/Pods-AGAudioPlayer.debug.xcconfig"; sourceTree = "<group>"; };
7C0D7BC51A44B68600607581 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
7C12F7681C493219006FA021 /* Pods-AGAudioPlayer.debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Pods-AGAudioPlayer.debug.xcconfig"; path = "Target Support Files/Pods-AGAudioPlayer/Pods-AGAudioPlayer.debug.xcconfig"; sourceTree = "<group>"; };
7C12F7691C493219006FA021 /* Pods-AGAudioPlayer.release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Pods-AGAudioPlayer.release.xcconfig"; path = "Target Support Files/Pods-AGAudioPlayer/Pods-AGAudioPlayer.release.xcconfig"; sourceTree = "<group>"; };
7C3FE4451AB3B69900A52266 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
7C3FF8341AB6723B003BAE01 /* AGAudioItemCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AGAudioItemCollection.h; sourceTree = "<group>"; };
7C3FF8351AB6723B003BAE01 /* AGAudioItemCollection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AGAudioItemCollection.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -86,7 +83,7 @@
7CC250CD1A447A98009F91C8 /* AGAudioPlayerUpNextQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AGAudioPlayerUpNextQueue.m; sourceTree = "<group>"; };
7CC250CF1A447AB0009F91C8 /* AGAudioItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AGAudioItem.h; sourceTree = "<group>"; };
7CC250D01A447AB0009F91C8 /* AGAudioItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AGAudioItem.m; sourceTree = "<group>"; };
B7B0EBDDDA4C85817C274304 /* Pods-AGAudioPlayer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AGAudioPlayer.release.xcconfig"; path = "Pods/Target Support Files/Pods-AGAudioPlayer/Pods-AGAudioPlayer.release.xcconfig"; sourceTree = "<group>"; };
8CE1C12F3C975C70D67852CA /* Pods_AGAudioPlayer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AGAudioPlayer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C122A1CA1C083B1800DE7E07 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; };
C1511AB11BDD9F6E003B4E6C /* AGAudioPlayerOSX.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AGAudioPlayerOSX.app; sourceTree = BUILT_PRODUCTS_DIR; };
C1511AB31BDD9F6E003B4E6C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
Expand All @@ -104,7 +101,7 @@
buildActionMask = 2147483647;
files = (
7C3FE4461AB3B69900A52266 /* MediaPlayer.framework in Frameworks */,
00F6D8B8EE7CDB10908B8E7F /* Pods_AGAudioPlayer.framework in Frameworks */,
13636ECC66CDACE8C32B9405 /* Pods_AGAudioPlayer.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -122,10 +119,8 @@
611DADBAC9E9F54CCE4C248F /* Pods */ = {
isa = PBXGroup;
children = (
7C12F7681C493219006FA021 /* Pods-AGAudioPlayer.debug.xcconfig */,
7C12F7691C493219006FA021 /* Pods-AGAudioPlayer.release.xcconfig */,
0181C9D9776D8A68554582E9 /* Pods-AGAudioPlayer.debug.xcconfig */,
B7B0EBDDDA4C85817C274304 /* Pods-AGAudioPlayer.release.xcconfig */,
7452075F40E5EDF6C2DE7ED1 /* Pods-AGAudioPlayer.debug.xcconfig */,
73E8357834B009C798EBD780 /* Pods-AGAudioPlayer.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
Expand Down Expand Up @@ -257,8 +252,7 @@
C122A1CA1C083B1800DE7E07 /* AVFoundation.framework */,
C1511ACA1BDDA420003B4E6C /* libPods-osx-HysteriaPlayer.a */,
7C3FE4451AB3B69900A52266 /* MediaPlayer.framework */,
13AE2D5751E4226410EF7FD4 /* libPods-AGAudioPlayerOSX.a */,
1D67DF68517CEBB91D42D7E1 /* Pods_AGAudioPlayer.framework */,
8CE1C12F3C975C70D67852CA /* Pods_AGAudioPlayer.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -291,11 +285,11 @@
isa = PBXNativeTarget;
buildConfigurationList = 7CC250B71A447901009F91C8 /* Build configuration list for PBXNativeTarget "AGAudioPlayer" */;
buildPhases = (
507E1C2B9F108F11D7674FFA /* [CP] Check Pods Manifest.lock */,
30BC72884469EF0D879D88F0 /* [CP] Check Pods Manifest.lock */,
7CC250901A447901009F91C8 /* Sources */,
7CC250911A447901009F91C8 /* Frameworks */,
7CC250921A447901009F91C8 /* Resources */,
28CCC19D2CF3ED9271BE6362 /* [CP] Embed Pods Frameworks */,
EDB520548F83A758893B6876 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -369,12 +363,12 @@
buildActionMask = 2147483647;
files = (
7CB928D31E316DC400D963A0 /* AGAudioPlayerTitleView.xib in Resources */,
7CE24AB41BDDD84B00ABD545 /* (null) in Resources */,
7CE24AAF1BDDD83800ABD545 /* (null) in Resources */,
7CE24AB31BDDD84B00ABD545 /* (null) in Resources */,
7CE24AB41BDDD84B00ABD545 /* BuildFile in Resources */,
7CE24AAF1BDDD83800ABD545 /* BuildFile in Resources */,
7CE24AB31BDDD84B00ABD545 /* BuildFile in Resources */,
7C0D7BC81A44B68600607581 /* LaunchScreen.xib in Resources */,
7CC250A51A447901009F91C8 /* Images.xcassets in Resources */,
7CE24AB01BDDD83800ABD545 /* (null) in Resources */,
7CE24AB01BDDD83800ABD545 /* BuildFile in Resources */,
7CB928CF1E316BDB00D963A0 /* AGAudioPlayerViewController.xib in Resources */,
7C4B52531AB38CBC00A57843 /* Icons.xcassets in Resources */,
);
Expand All @@ -392,46 +386,51 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
28CCC19D2CF3ED9271BE6362 /* [CP] Embed Pods Frameworks */ = {
30BC72884469EF0D879D88F0 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-AGAudioPlayer/Pods-AGAudioPlayer-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/BASSGaplessAudioPlayer/BASSGaplessAudioPlayer.framework",
"${BUILT_PRODUCTS_DIR}/Interpolate/Interpolate.framework",
"${BUILT_PRODUCTS_DIR}/MarqueeLabel/MarqueeLabel.framework",
"${BUILT_PRODUCTS_DIR}/NapySlider/NapySlider.framework",
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BASSGaplessAudioPlayer.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Interpolate.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MarqueeLabel.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NapySlider.framework",
"$(DERIVED_FILE_DIR)/Pods-AGAudioPlayer-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AGAudioPlayer/Pods-AGAudioPlayer-frameworks.sh\"\n";
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;
};
507E1C2B9F108F11D7674FFA /* [CP] Check Pods Manifest.lock */ = {
EDB520548F83A758893B6876 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
"${PODS_ROOT}/Target Support Files/Pods-AGAudioPlayer/Pods-AGAudioPlayer-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/BASSGaplessAudioPlayer/BASSGaplessAudioPlayer.framework",
"${BUILT_PRODUCTS_DIR}/Interpolate/Interpolate.framework",
"${BUILT_PRODUCTS_DIR}/MarqueeLabel/MarqueeLabel.framework",
"${BUILT_PRODUCTS_DIR}/NapySlider/NapySlider.framework",
);
name = "[CP] Check Pods Manifest.lock";
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-AGAudioPlayer-checkManifestLockResult.txt",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BASSGaplessAudioPlayer.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Interpolate.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MarqueeLabel.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NapySlider.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AGAudioPlayer/Pods-AGAudioPlayer-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

Expand Down Expand Up @@ -499,7 +498,6 @@
/* Begin XCBuildConfiguration section */
7CC250B51A447901009F91C8 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7C12F7681C493219006FA021 /* Pods-AGAudioPlayer.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_SEARCH_USER_PATHS = NO;
Expand Down Expand Up @@ -594,7 +592,7 @@
};
7CC250B81A447901009F91C8 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7C12F7681C493219006FA021 /* Pods-AGAudioPlayer.debug.xcconfig */;
baseConfigurationReference = 7452075F40E5EDF6C2DE7ED1 /* Pods-AGAudioPlayer.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
Expand Down Expand Up @@ -628,7 +626,7 @@
};
7CC250B91A447901009F91C8 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7C12F7691C493219006FA021 /* Pods-AGAudioPlayer.release.xcconfig */;
baseConfigurationReference = 73E8357834B009C798EBD780 /* Pods-AGAudioPlayer.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
Expand Down
14 changes: 4 additions & 10 deletions AGAudioPlayer/UI/AGAudioPlayerTitleView.xib
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14810.11" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14766.13"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand All @@ -19,11 +18,6 @@
<fontDescription key="fontDescription" type="system" pointSize="24"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="marqueeType">
<integer key="value" value="0"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Subtitle" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="t6j-Xn-I3a">
<rect key="frame" x="16" y="63" width="343" height="21"/>
Expand Down
8 changes: 4 additions & 4 deletions AGAudioPlayer/UI/AGAudioPlayerViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,10 @@ extension AGAudioPlayerViewController : ScrubberBarDelegate {

// uiLabelTitle.animationDuration = 2
uiLabelTitle.animationDelay = 5
uiLabelTitle.speed = .rate(25)
uiLabelTitle.rate = 25

uiLabelSubtitle.animationDelay = 5
uiLabelSubtitle.speed = .rate(25)
uiLabelSubtitle.rate = 25

uiLabelTitle.isUserInteractionEnabled = true
uiLabelSubtitle.isUserInteractionEnabled = true
Expand All @@ -472,10 +472,10 @@ extension AGAudioPlayerViewController : ScrubberBarDelegate {
uiMiniLabelSubtitle.trailingBuffer = 16

uiMiniLabelTitle.animationDelay = 5
uiMiniLabelTitle.speed = .rate(16)
uiMiniLabelTitle.rate = 16

uiMiniLabelSubtitle.animationDelay = 5
uiMiniLabelSubtitle.speed = .rate(16)
uiMiniLabelSubtitle.rate = 16

uiMiniLabelTitle.isUserInteractionEnabled = true
uiMiniLabelSubtitle.isUserInteractionEnabled = true
Expand Down
Loading

0 comments on commit 1048ea5

Please sign in to comment.