UIView *customView = [[UIView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, 75.0f, 30.0f)]; UIButton *editorCityBtn = [UIButton buttonWithType:UIButtonTypeCustom]; [editorCityBtn setFrame:CGRectMake(0.0f, 0.0f, 30.0f, 30.0f)]; [editorCityBtn setBackgro…