Tuesday 16 July 2013

Jogendra Singh

UIAlertView title background color change in iPhone & iPad

UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Title" message:@"This was doing for testing by Jogendra." delegate:nil cancelButtonTitle:@"Ok" otherButtonTitles:nil, nil];

   





  UILabel *textView = (UILabel *)[alert valueForKey:@"_titleLabel"];
    textView.font = [UIFont systemFontOfSize:10];
    textView.backgroundColor = [UIColor redColor];

    [alert show];

Jogendra Singh

About Jogendra Singh -

I'm Founder of Jogendra.Com. I love to share my bright ideas with the whole blogging community. I'm a good iPhone Application Developer. Apart from Blogging, I love to play Cricket and mobile games (Clash of clans).

Subscribe to this Blog via Email :