iPhone Support

This commit is contained in:
Charles Magahern
2016-07-24 00:14:04 -07:00
parent 2f5c807dc6
commit 56de300889
17 changed files with 143 additions and 59 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
import UIKit
public class WemoCellView: UICollectionViewCell {
public class WemoCellView: UICollectionViewCell
{
private var _selectionOverlayView: UIView = UIView()
static private var disabledBackgroundColor = UIColor(white: 0.2, alpha: 1.0)