The power leverl pie was not properly rendered when the cell was selected : the grey part was hidden.

This commit is contained in:
ylecollen
2014-12-22 13:31:54 +01:00
parent 6a7b809d98
commit 721071bb65
2 changed files with 26 additions and 3 deletions
+1
View File
@@ -24,6 +24,7 @@
@interface RoomMemberTableCell : UITableViewCell
{
//
CAShapeLayer* backgroundContainerLayer;
CAShapeLayer* powerContainerLayer;
}
@property (strong, nonatomic) IBOutlet CustomImageView *pictureView;