开发者

During Phone call using custom UIview

开发者 https://www.devze.com 2023-02-11 21:39 出处:网络
I can start a phone call using this code var url = NSUrl.FromSt开发者_开发百科ring(\"tel:+xxxxx\");

I can start a phone call using this code

var url = NSUrl.FromSt开发者_开发百科ring("tel:+xxxxx"); 
UIApplication.SharedApplication.OpenUrl(url);

it opens iphones phone call ui. can i use a custome ui during this call. for example i want to show an image.


No, you can't - this is because control is passed to the Phone.app (which is a native app written by Apple).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号