-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I've searched loads already and couldn't find an answer.
I have a normal UILabel, defined this way:
UILabel *totalColors = [[[UILabel alloc] initWithFrame:CGRectMake(5, 7, 120, 69)] autorelease];
totalColors.text = [NSString stringWithFormat:@"%d", total];
totalColors.font = [UIFont…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
as topic, I am strange that why does the SDK not provide API to show the UIFont picker ? like the date Picker......
or maybe some open source code is available now ?
Thanks for your help !
Regards
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've added my custom font to UIAppFonts and it's loaded just fine: (shows up in [UIFont familyNames] ). When I manually set the font in viewDidLoad { [myLabel setFont: [UIFont fontWithName:@"CustomFont" size: 65.0]]; } everything works and the font is rendered.
However doing the same thing in IB…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am investigating the UIFont thing on iPhone. (You can't easily use custom fonts.) I was wondering if the peeking at the Quarts drawing methods would help. The issue is, i don't know where to look or how to access that information.
Where can I find the framework headers? Also, I was wondering where…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi everyone,
I would like to know if there is an easy way to strike/cross out some text on the iPhone?
Thanks
>>> More