Conversation
tweaked appearance for iOS 7 UITableViewCellSelectionStyleDefault; fade out shadow along with -setHighlighted:NO animated:YES;
hidden local variables and 64 bit conversion
|
+1 for merging these! The changes are subtle but really nice. I merged this into my own fork. :-) |
|
Can we take action and make a new PodSpec? There seem to be 6 pending pull requests, yet no changes in 2 years... |
|
@Arquebuse: I have emailed @bvogelzang volunteering as a collaborator to maintain the repo. If he's not interested in collaborators, I asked if he would give his blessing for publishing a new Cocoapod. In the meantime, here you can find my fork, im which I merged this pull request and implemented some additional niceties. |
|
Great. I will review your branch if you do not mind. We are using BVReorderTableView in production, I want to make sure that it is robust. Maybe we could have a review panel? |
Tweaked appearance for iOS 7 UITableViewCellSelectionStyleDefault;
fade out shadow along with -setHighlighted:NO animated:YES.