diff --git a/DalTube/DalTube.xcodeproj/project.xcworkspace/xcuserdata/guest1.xcuserdatad/UserInterfaceState.xcuserstate b/DalTube/DalTube.xcodeproj/project.xcworkspace/xcuserdata/guest1.xcuserdatad/UserInterfaceState.xcuserstate
index 68ac75a..b9b01a3 100644
Binary files a/DalTube/DalTube.xcodeproj/project.xcworkspace/xcuserdata/guest1.xcuserdatad/UserInterfaceState.xcuserstate and b/DalTube/DalTube.xcodeproj/project.xcworkspace/xcuserdata/guest1.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/DalTube/DalTube/Home/TagCollectionViewCell.swift b/DalTube/DalTube/Home/TagCollectionViewCell.swift
index 2458653..61f1d81 100644
--- a/DalTube/DalTube/Home/TagCollectionViewCell.swift
+++ b/DalTube/DalTube/Home/TagCollectionViewCell.swift
@@ -11,6 +11,7 @@ class TagCollectionViewCell: UICollectionViewCell {
static let identifier : String = "TagCollectionViewCell"
+ @IBOutlet weak var tagLayout: UIView!
@IBOutlet weak var tagLabel: UILabel!
override func awakeFromNib() {
@@ -19,10 +20,10 @@ class TagCollectionViewCell: UICollectionViewCell {
}
func setLayout() {
- tagLabel.layer.cornerRadius = 17
- tagLabel.layer.borderWidth = 1
- tagLabel.layer.borderColor = UIColor(red: 212, green: 212, blue: 212, alpha: 1).cgColor
- tagLabel.layer.backgroundColor = UIColor(red: 242, green: 242, blue: 242, alpha: 1).cgColor
+ tagLayout.layer.cornerRadius = 17
+ tagLayout.layer.borderWidth = 1
+ tagLayout.layer.borderColor = UIColor(red: 212, green: 212, blue: 212, alpha: 1).cgColor
+ tagLayout.layer.backgroundColor = UIColor(red: 242, green: 242, blue: 242, alpha: 1).cgColor
}
func setData(appName: String) {
diff --git a/DalTube/DalTube/Home/TagCollectionViewCell.xib b/DalTube/DalTube/Home/TagCollectionViewCell.xib
index f117b10..4aa6c6a 100644
--- a/DalTube/DalTube/Home/TagCollectionViewCell.xib
+++ b/DalTube/DalTube/Home/TagCollectionViewCell.xib
@@ -17,22 +17,34 @@
-
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
-
+
+