Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8324477
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T00:05:15+00:00 2026-06-09T00:05:15+00:00

While working with iOS 5.1 Simulator app felt great, but after testing it on

  • 0

While working with iOS 5.1 Simulator app felt great, but after testing it on iOS 4.3 Simulator some sort of unintelligible issue appeared:

I use custom UITableViewCell for UITableView, and it has few UILabels and one UITextView. The problem is that textColor property seems not to work at all – all the text on my labels remain being invisible despite the background is shown and NSLog prints right text. I tried changing textColor value both in IB and programmatically but neither helped.

What about UITextView – it’s ok. I guess, I could substitute all the labels with textViews, but it’s not the good way of programming, is it?

I’ll be thankful no end for any kind of your help because it just blows my mind away!

Update (source code added)

- (UITableViewCell *)tableView:(UITableView *)tableView
         cellForRowAtIndexPath:(NSIndexPath *)indexPath {

    FeedItemCell *cell = [tableView dequeueReusableCellWithIdentifier:[FeedItemCell cellID]];
    if (!cell) {
        cell = [FeedItemCell cell];
    }

    NSIndexPath *selectedPath = [tableView indexPathForSelectedRow];
    if (selectedPath && (indexPath.row == selectedPath.row) ) {
        [self selectRowAtIndexPath:indexPath];
    }

    [cell fillWithContents:[feedItemsController.fetchedObjects objectAtIndex:indexPath.row]];
    return cell;
}

//---
@implementation FeedItemCell 

- (void)fillWithNewsItemContents:(FeedItem *)feedItem {
    self.nameLabel.text = [feedItem.creator fullName];
    self.dateLabel.text = [TimeFormatter newsTimeWithDate:feedItem.postedDate];
    self.detailTextView.text = [FeedItemCell detailTextViewStringFromFeedItem:feedItem];
    self.commentLabel.text = [self _commentsTitleWithNews:feedItem];
    self.avatarImageView.image = [feedItem.creator avatar];
}

All the UILabels are defined in xib-file
enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T00:05:17+00:00Added an answer on June 9, 2026 at 12:05 am

    It seems like I found the solution. For some reason UILabel doesn’t support Helvetica Neue font in iOS 4.3 (in spite of fact that UITextView does).
    I just noted it adding other test UILabels and, after success, trying to find difference between new and old ones.

    Thus now it takes only to choose another suitable font 🙂

    Thank you all very much and sorry for troubling without worth reason.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on an iOS app and have had some trouble with getting photos
I'm working with the iOS simulator, it rotates fine, but unlike android the webview
I am getting the following error while running an app on iOS simulator 4.2/4.3.
While working with NSDate, sometimes the time zones are different. But I don't mess
Working with some CoreText code on iOS and I am confused as to why
I’m working on an app with an AIR3 iOS native extension that uses Accelerate.framework
I am working on an app for iOS 4.0. The app was originally on
I'm working on a quite simple native extension for Adobe Air powered iOS app.
Possible Duplicate: ASIHTTPRequest begins but never ends I've just had my first iOS app
Edit: While my comments have an iOS 5 working example, I am still getting

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.