English 中文(简体)
UIText Field的强奸文本?
原标题:Wrap Text in UITextField?

是否有任何人知道如何在<条码>上填写案文? 我在为我的“i”项目使用X条码中的可可/目标-C,我似乎无法找到这样做的途径。

最佳回答

http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIText Field_Class/Reference/UIText Field.html”rel=“noreferer”>UIText Field仅用于单线文本。 如果你想有多种文字,那么你就不得不使用UIText 。 而是分类。

值得注意的是,<编码>UITextView 继承。 观点,因此,如果你不想滚动,你可能要遵守,并将案文放在一行......。 我曾尝试将<代码>UITextView加以分类,使之成为一个多线的<代码>UIText,但 观点使这项任务成为一种夜间工作——最后,我刚刚再次使用一个简单的<代码>UIText Field

问题回答

暂无回答




相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签