Monthly Archives January 2014

The future of iOS Programming is… not code block evaluation assignment

Come on, it’s 2014! Why isn’t code block evaluation assignment being used yet, as trends show it’s the future! [code] UIButton* button = ({ //initialize button with frame UIButton* button = [[UIButton alloc] initWithFrame:({ CGRect frame = CGRectMake(10.0, 10.0, 200.0, 75.0); frame; })]; //set button background color [button setBackgroundColor:({ UIColor* color = [UIColor colorWithRed:1.0 green:1.0 […]