Table View not showing png images

I just updated to the latest daily build with support for iOS 6, and in my tableview there are png icons that are no longer displaying. I’ve searched the forums, and can’t find another issue such as this.

[import]uid: 20693 topic_id: 31740 reply_id: 331740[/import]

Have not seen that, but I have seen that the dividing lines in newTableView have disappeared, wether noLines is set to true or false with latest daily. [import]uid: 177244 topic_id: 31740 reply_id: 126752[/import]

If you are are using a tableview mask and setting the alpha of the tableview rowcolor, then it’s a known masking bug. Pngs take on the alpha of the rowcolor setting. If you set rowcolor alpha to 0, then the pngs will be transparent also. The bug has been around since build .861. I hope when they are done working around all the problems with iOS 6 and the new Nooks, they can squeeze in a fix for this.

Remove the mask or set rowcolor alpha to 255. It’s ugly but enough to continue working on an app. [import]uid: 56820 topic_id: 31740 reply_id: 126887[/import]

Have not seen that, but I have seen that the dividing lines in newTableView have disappeared, wether noLines is set to true or false with latest daily. [import]uid: 177244 topic_id: 31740 reply_id: 126752[/import]

If you are are using a tableview mask and setting the alpha of the tableview rowcolor, then it’s a known masking bug. Pngs take on the alpha of the rowcolor setting. If you set rowcolor alpha to 0, then the pngs will be transparent also. The bug has been around since build .861. I hope when they are done working around all the problems with iOS 6 and the new Nooks, they can squeeze in a fix for this.

Remove the mask or set rowcolor alpha to 255. It’s ugly but enough to continue working on an app. [import]uid: 56820 topic_id: 31740 reply_id: 126887[/import]