Skip to content

Instantly share code, notes, and snippets.

View MichMich's full-sized avatar

Michael Teeuw MichMich

  • Xonay Media
  • Baarn ~ The Netherlands
View GitHub Profile
- (void)viewDidLoad
{
[super viewDidLoad];
self.view.backgroundColor = [UIColor blackColor];
//The following line creates a shimmer timing problem.
FBShimmeringView *shimmerView = [[FBShimmeringView alloc]init];
//The following line works, but is unneccecery for common autolayout practices.