Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import UIKit
|
||||
|
||||
final class LabelCell: UICollectionViewCell {
|
||||
@IBOutlet var label: UILabel!
|
||||
|
||||
override func awakeFromNib() {
|
||||
super.awakeFromNib()
|
||||
|
||||
layer.borderWidth = 1
|
||||
layer.borderColor = UIColor.gray.cgColor
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user