Welcome, Guest
Username Password: Remember me

Slight appearance flaw with SCTextViewCell
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Slight appearance flaw with SCTextViewCell

Slight appearance flaw with SCTextViewCell 1 year, 6 months ago #1

SCTextViewCell display this flaw for me.
iPhone_SimulatorScreenSnapz001.png
  • panamind
  • OFFLINE
  • Senior Boarder
  • Posts: 77
  • Karma: 4

Re: Slight appearance flaw with SCTextViewCell 1 year, 6 months ago #2

Hi Gary,

Is this happening on our sample applications too? If not, would you kindly provide some code? Also, would you please give me an idea about your Xcode & SDK versions? Thanks!
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2402
  • Karma: 72

Re: Slight appearance flaw with SCTextViewCell 1 year, 6 months ago #3

Hi Tarek,

The iPad sample app doesn't have a SCTextViewCell as the only cell in a grouped tableView. I'm running Xcode 4/SDK 4.1 but suspect the left padding of the UITextView could be tweaked to account for the rounded edges.

1.6.7 still has the flaw.

The code creating the cell:
 
 
tableModel = [[SCTableViewModel alloc] initWithTableView:self.tableView withViewController:self];
 
SCTableViewSection *section0 = [SCTableViewSection sectionWithHeaderTitle:@"Opened By"];
 
SCTextViewCell *eventCell = [SCTextViewCell cellWithText:nil withBoundObject:self.sourceCase withTextViewTextPropertyName:@"sEvent"];
eventCell.tag = 100;
[section0 addCell:eventCell];
 
[tableModel addSection:section0];
 
  • panamind
  • OFFLINE
  • Senior Boarder
  • Posts: 77
  • Karma: 4

Re: Slight appearance flaw with SCTextViewCell 1 year, 6 months ago #4

Thanks Gary.

We got the issue resolved, please tell me if everything is working well for you now. Thanks again!
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2402
  • Karma: 72

Re: Slight appearance flaw with SCTextViewCell 1 year, 6 months ago #5

I'm having this issue too, but when I set the image on the cell's imageView property. I have to make sure I set the height of the cell high enough to prevent this.

Also, shouldn't the default size for a cell be the tableView's rowHeight property instead of hard coded to 44?

Thanks,

Brendan
  • tapforms
  • OFFLINE
  • Expert Boarder
  • Posts: 120
  • Karma: 4
Thanks!
Brendan
www.tapforms.com

Re: Slight appearance flaw with SCTextViewCell 1 year, 6 months ago #6

Hi Brendan,

I've just sent you the latest update that should solve this glitch. Please tell me if you're still having issues. Thanks!
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2402
  • Karma: 72
  • Page:
  • 1
  • 2
Time to create page: 1.68 seconds