我可以将所有图像直接保存在res/drawable-xxx文件夹中.
但是我怎样才能将import/copy图像传输到我的项目中Android Studio?
如果我从Finder(MacOS)拖放我的图像,文件只会移动到该res文件夹.
在context-menu没有Import...,在New...那里也没有.
如何在我的语言文件中添加换行符以供使用MFMailComposeViewController?在\n我doesent工作.使用返回键上的正常klick中断具有相同的结果,没有换行符!
我的档案:
"Body_eMail"= "Hello, here is some text.\n\nLorem ipsum alsu.\n\nAnd some text, more...";
Run Code Online (Sandbox Code Playgroud)
我想要:
你好,
这是一些文字.Lorem ipsum alsu.
还有一些文字,更多......
本作的UILabel工作正常(如@lawicko下文提到),但加入到时MFMailComposeViewController的\n字符内置显示,如下图所示:
Hello, here is some text.\n\nLorem ipsum alsu.\n\nAnd some text, more...
什么是正确的方法?
xcode line-breaks localizable.strings ios mfmailcomposeviewcontroller