Skip to content

Commit

Permalink
Merge pull request #23 from Ableton/ui-tweaks
Browse files Browse the repository at this point in the history
Fix two UI issues
  • Loading branch information
ryb-ableton authored Jul 30, 2020
2 parents e0595ad + 4528b02 commit 69cdf63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions AudioPerfLab/FreezeSwitch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class FreezeSwitchView: UILabel {
shapeLayer.lineWidth = 1.1
shapeLayer.strokeColor = tintColor.cgColor
shapeLayer.fillColor = nil
shapeLayer.zPosition = -1.0
layer.addSublayer(shapeLayer)
}

Expand Down
2 changes: 2 additions & 0 deletions AudioPerfLab/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
</array>
<key>NSMicrophoneUsageDescription</key>
<string>Testing with audio input</string>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand Down

0 comments on commit 69cdf63

Please sign in to comment.