vicpenap / PrettyKit

PrettyKit for iOS is a small set of new widgets and UIKit subclasses that gives you a deeper UIKit customization. You will be able to change their background color, add gradients, shadows, etc.
http://vicpenap.github.com/PrettyKit
Other
1.22k stars 155 forks source link

Drop shadow not showing up #44

Open christopherdbull opened 11 years ago

christopherdbull commented 11 years ago

I've got a custom PrettyKitTableViewCell subclass which I'm trying to get a dropshadow on (grouped table view) and when i set the dropsShadow property to YES in cellForRowAtIndexPath no shadow is created. I'm still relatively new to iOS, so i'm just wondering if anyone can suggest some things I should check that I may have missed?

This is an iOS 5 - 6 app btw, using the latest version for download from this repo.

Thanks