SORU
8 ŞUBAT 2011, Salı


Bir telefon programlı olun

Nasıl bir program aracılığıyla telefon görüşmesi iPhone'da yapabilir miyim? Aşağıdaki kodu denedim ama hiçbir şey olmadı:

NSString *phoneNumber = mymobileNO.titleLabel.text;
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];

CEVAP
8 ŞUBAT 2011, Salı


MuhtemelenmymobileNO.titleLabel.metindeğer düzenini içermeztel://

Kodunuzu bu gibi görünmelidir:

NSString *phoneNumber = [@"tel://" stringByAppendingString:mymobileNO.titleLabel.text];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • NLthomas21

    NLthomas21

    20 Mayıs 2008
  • SellerDp

    SellerDp

    27 EKİM 2009
  • tinycammonitor

    tinycammonit

    14 Aralık 2010