IOS calls and returns the method of the current application.

Source: Internet
Author: User

IOS calls and returns the method of the current application.

UIWebView * callWebview = [[UIWebView alloc] init]; NSString * telUrl = [NSString stringWithFormat: @ "tel: % @", phone]; NSURL * telURL = [NSURL URLWithString: telUrl]; [callWebview loadRequest: [NSURLRequest requestWithURL: telURL];
[Self. view addSubview: callWebview];


Install 360 after IOS7 jailbreak and the mobile guard will automatically return to the desktop after making a call

Your good friend suggested to download and install the latest 360 mobile guard Professional Edition on the official website of 360 mobile guard after uninstalling it. It should not cause such a problem.

The code for ios development does not return the int value of the current month.

Why bother...
NSDateFormatter * dateFormat = [[NSDateFormatter alloc] init];
[DateFormat setDateFormat: @ "HH: mm: ss zzz"]; // you can specify what you want, month, year, and date.
// Next you can use this date. If you want to write a string like this, the other principles are basically the same.
NSString * dateString = [dateFormat stringFromDate: date];

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.