aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

Make shadow color public #148

Closed LucidityDesign closed 9 years ago

LucidityDesign commented 9 years ago

Please make the shadow color public so you can define your own color

aryaxt commented 9 years ago

It's accessible

[SliodeNavigationController sharedInstance].view.layer.shadowColor = [UIColor redColor].CGColor;