nshuman

Results 3 comments of nshuman

Hi @Gargo! Can you post a screenshot? I know Demo layout might look clipped on any screens smaller than iPhone Plus, because optimizing this was my lowest priority. It should...

Same here. Using this code for creating AlertView: ``` objectivec - (IBAction)plusProjectButtonPressed:(id)sender { CustomIOS7AlertView *newProjectAlert = [[CustomIOS7AlertView alloc] init]; [newProjectAlert setButtonTitles:[NSMutableArray arrayWithObjects:@"Cancel", @"Create", nil]]; [newProjectAlert setUseMotionEffects:TRUE]; BLNewProjectContainedView *newProject = [[BLNewProjectContainedView...