Xcode development of mobile phone development Quick Little Handbook

Source: Internet
Author: User
Tags knowledge base


Knowledge base

Load a picture

Uiimageview *imageview =[[uiimageview alloc]initwithframe:cgrectmake (100, 100, 200, 200)];

Imageview.image=[uiimage imagenamed:@ "22.png"];
[Self.view Addsubview:imageview];

Pop-up window

NSString *msg = @ "F*au*ck U";
Uialertview *alert = [[Uialertview alloc] initwithtitle:@ "message" message:msg delegate:self "No" otherbuttontitles:@ "Yes", nil]; [Alert show];

A method of integrating an elastic window
NSString *a = [NSString stringwithformat:@ "group S%d", index];
[Self alert:a];

String numeric conversions

1, string concatenation

NSString *newstring = [NSString stringwithformat:@ "%@%@", TEMPA,TEMPB];
2, character Fu Jing int

int intstring = [newstring intvalue];

3,int Turn characters

NSString *stringint = [NSString stringwithformat:@ "%d", intstring];

Solve the Chinese garbled problem, post can also be used, TextField can also be used.
[NSString stringwithcstring:[str utf8string] encoding:nsutf8stringencoding];

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.