krin-san / ColorLockView

UITableViewCell highlighting does not change the color of ColorLockViews.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#DVColorLockView

UITableViewCell highlighting does not change the color of DVColorLockViews.

  • DVColorLockView overides the backgroundColor setter for UIView.
  • Highlighting a UITableViewCell changes the background color of all it's subviews, it's annoying.
  • Highlighting a UITableViewCell won't change the color of its DVColorLockView subviews.

##Installation In your podfile:

pod 'DVColorLockView', :git => 'https://github.com/DylanVann/DVColorLockView.git', :tag => 'v0.1.5'

Note:

Using DVColorLockView within Objective-C through cocoapods is not currently supported. You could copy DVColorLockView.swift and use the normal procedure for bridging.

##Licence MIT

About

UITableViewCell highlighting does not change the color of ColorLockViews.

License:MIT License


Languages

Language:Swift 93.9%Language:Ruby 6.1%