Skip to main content
removed deprecated tag [table] - http://meta.stackexchange.com/questions/198024/can-we-start-cleaning-up-table-tag-and-burninate-it-asap
Link

In my application I use a parser in order to load data from rss. When I insert them in table, using the text allignment center, I do not obtain the correct visualization for me. I want obtain result like Reeder app.

My Code:

// Summary cell.textLabel.text = summaryString; 
cell.textLabel.numberOfLines = 0; 
// Multiline cell.textLabel.textAlignment = UITextAlignmentCenter; 
cell.backgroundColor = [UIColor clearColor]; 
cell.textLabel.font = [UIFont italicSystemFontOfSize:15];

This is my table

https://i.sstatic.net/quYOM.png

and this is Reeder style

https://i.sstatic.net/WKNAK.png

In my application I use a parser in order to load data from rss. When I insert them in table, using the text allignment center, I do not obtain the correct visualization for me. I want obtain result like Reeder app.

This is my table

https://i.sstatic.net/quYOM.png

and this is Reeder style

https://i.sstatic.net/WKNAK.png

In my application I use a parser in order to load data from rss. When I insert them in table, using the text allignment center, I do not obtain the correct visualization for me. I want obtain result like Reeder app.

My Code:

// Summary cell.textLabel.text = summaryString; 
cell.textLabel.numberOfLines = 0; 
// Multiline cell.textLabel.textAlignment = UITextAlignmentCenter; 
cell.backgroundColor = [UIColor clearColor]; 
cell.textLabel.font = [UIFont italicSystemFontOfSize:15];

This is my table

https://i.sstatic.net/quYOM.png

and this is Reeder style

https://i.sstatic.net/WKNAK.png

I have a question for you. In my application I use a parser in order to load data from rss. When I insert them in table, using the text allignment center, I do not obtain the correct visualization for me :D. I want obtain result like Reeder app.

This is my table --> https://i.sstatic.net/quYOM.png

https://i.sstatic.net/quYOM.png

and this is Reeder style--> https://i.sstatic.net/WKNAK.png

Thank youhttps://i.sstatic.net/WKNAK.png

I have a question for you. In my application I use a parser in order to load data from rss. When I insert them in table, using the text allignment center, I do not obtain the correct visualization for me :D. I want obtain result like Reeder app.

This is my table --> https://i.sstatic.net/quYOM.png

and this is Reeder style--> https://i.sstatic.net/WKNAK.png

Thank you

In my application I use a parser in order to load data from rss. When I insert them in table, using the text allignment center, I do not obtain the correct visualization for me. I want obtain result like Reeder app.

This is my table

https://i.sstatic.net/quYOM.png

and this is Reeder style

https://i.sstatic.net/WKNAK.png

Source Link
arcangel06
  • 164
  • 2
  • 12
Loading