uilabel
UIKit draw text with script font that is larger than the frame
I\'m not very good at explaining, so here\'s an image example of what happens when I use this font in a UILabel:[详细]
2023-03-28 21:09 分类:问答Static UILabel not showing in uiview
I have create a few static UILabel text in Interface Builder, but when running the application. the label is not shown in the application itself, i do not know why.[详细]
2023-03-28 17:34 分类:问答iOS: UILabel centered in view
I have a UISplitViewController and am trying to center (horizontal and vertically) a UILabel in the right view controller.When it loads in portrait the label looks correct, but if you rotate it to lan[详细]
2023-03-28 10:10 分类:问答iOS to Android: How to display a TextView
I have a background in iPhone development, which may be a cause of some of my confusion with Android, which I am very new at developing.[详细]
2023-03-28 06:05 分类:问答iOS Clickable Words (UILabel or UIbutton's)
I\'m wanting to create a read only text area in my app which allows the user to cl开发者_如何学Cick on any word and the app reads it out. I am however a little confused on which method would be the be[详细]
2023-03-28 05:22 分类:问答Setting the background of a UILabel (transparency problem with .png files)
I\'m trying to set the background of a UILabel by setting its property backgroundColor. But I have a problem: the backgroundColor is created from a .png file (with transparency) and the result is tha[详细]
2023-03-28 02:25 分类:问答How do I make the minimumFontSize property work for a multiline label
how do I make the minimumFontSize property work开发者_StackOverflow社区 for a multiline label. The documentation says it must have 1 line. Are there any workarounds. I have label with a primary purpos[详细]
2023-03-27 05:26 分类:问答Unable to display text of UILabel on UINavigationController
I am unable to display a NSString into the UILabel. Below is part of the program shown, when the button is hit, those functions will be called.[详细]
2023-03-27 02:45 分类:问答Creating a gradient fill for text using [UIColor colorWithPatternImage:]
I want to create a gradient for the fill color of my text. Curren开发者_如何学编程tly I am doing it by setting the color of a UILabel\'s text as[详细]
2023-03-27 01:20 分类:问答Chat type view using UITableView and UILabel
What I want to do is create a chat type looking comment-section. I have started with a UITableView with custom cells. And I have put a UILabel inside it.[详细]
2023-03-26 13:48 分类:问答