andreyvit / ScrollingMadness

A catalog of UIScrollView samples (iPhone)
243 stars 23 forks source link

doesn't build (wrong #import) #6

Open bzotto opened 14 years ago

bzotto commented 14 years ago

A clean download and build fails due a misnamed import-- in ScrollingMadnessAppDelegate.m, the import should be:

#import "SampleCatalogViewController"

instead of

#import "ScrollingMadnessViewController.h"