亚洲免费乱码视频,日韩 欧美 国产 动漫 一区,97在线观看免费视频播国产,中文字幕亚洲图片

      1. <legend id="ppnor"></legend>

      2. 
        
        <sup id="ppnor"><input id="ppnor"></input></sup>
        <s id="ppnor"></s>

        iOS UITextView與Localizable.strings中的換行

        字號:


            1、在Localizable.strings 中使用 option + return 組合鍵會插入一個 n, 再把這個字符串加載到UITextView時能夠顯示換行。
            2、在Localizable.strings 中使用 control + return 組合鍵會插入一個 U2028, 再把這個字符串加載到UITextView時不顯示換行。
            3、xib 文件中的TextView輸入文字時,換行使用option + return。