Skip to content

Instantly share code, notes, and snippets.

@torcelly
torcelly / gist:8cd8f47aaf7a9f0b1a28
Created December 6, 2014 09:23
Setup iOS Lock Screen (MPMedia)
- (void) setupInfoLockScreen
{
[[UIApplication sharedApplication] beginReceivingRemoteControlEvents];
// Info
NSString *leftSide = @"Left Side";
NSString *rightSide = @"Right Side";
NSString *titleSide = @"Title";
UIImage *image = ...;