From 018da7a2eb2f2c2b994f46157ccc9ba68067eb27 Mon Sep 17 00:00:00 2001 From: Thong Nguyen Date: Sat, 1 Feb 2014 23:29:39 +0000 Subject: [PATCH] Slight layout fix for AudioPlayerView --- ExampleApp/ExampleApp/AudioPlayerView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExampleApp/ExampleApp/AudioPlayerView.m b/ExampleApp/ExampleApp/AudioPlayerView.m index ac3b71e..6ac44ac 100644 --- a/ExampleApp/ExampleApp/AudioPlayerView.m +++ b/ExampleApp/ExampleApp/AudioPlayerView.m @@ -99,7 +99,7 @@ repeatSwitch = [[UISwitch alloc] initWithFrame:CGRectMake((320 - size.width) / 2, frame.size.height * 0.15 + 180, size.width, size.height)]; - label = [[UILabel alloc] initWithFrame:CGRectMake(0, slider.frame.origin.y + slider.frame.size.height, frame.size.width, 25)]; + label = [[UILabel alloc] initWithFrame:CGRectMake(0, slider.frame.origin.y + slider.frame.size.height + 10, frame.size.width, 25)]; label.textAlignment = NSTextAlignmentCenter;