nshuman
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...
Got it. Thanks for reporting.
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...