Keyboard mode Kanji

Source: Internet
Author: User

NSString *tobestring =Textfield.text; NSString*lang = [[Uitextinputmode currentinputmode] primarylanguage];//Keyboard Input Mode    if([lang isequaltostring:@"Zh-hans"]) {//Simplified Chinese input, including simplified pinyin, fitness wubi, simplified handwritingUitextrange*selectedrange =[TextField Markedtextrange]; //get highlighted partsuitextposition*position = [TextField positionFromPosition:selectedRange.start offset:0]; //Word Count and limit the words you have entered without highlighting the selected words        if(!position) {            if(Tobestring.lengthofstringbytes >7) {Textfield.text= [Tobestring substringtobyteslenght:7]; Uialertview*alert =[[Uialertview alloc] Initwithtitle:nil message:@"more than the maximum number of words cannot be entered"                                                               Delegate: nil Cancelbuttontitle:@"I see."Otherbuttontitles:nil, nil];            [Alert show]; }        }        //there is a highlighted string, the text is temporarily not counted and limited        Else{        }    }

Keyboard mode Kanji

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.