Skip to content

Commit

Permalink
Reduced image borders, and added a gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ShihabM committed Mar 2, 2020
1 parent 293b786 commit 5cb7fcf
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
.DS_Store?
Binary file removed Assets/.DS_Store
Binary file not shown.
Binary file removed Mast/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file removed Mast/Mast/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Mast/Mast/Cells/CollectionImageCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class CollectionImageCell2: UICollectionViewCell {
contentView.addSubview(bgImage)

self.image.layer.borderWidth = 0.4
self.layer.borderColor = UIColor.black.cgColor
self.layer.borderColor = UIColor.black.withAlphaComponent(0.5).cgColor

self.image.frame.origin.x = 0
self.image.frame.origin.y = 0
Expand Down
Binary file removed Mast/Mast/Other/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file removed Mast/Mast/Other/SKPhotoBrowser/.DS_Store
Binary file not shown.
Binary file removed Mast/MastWatch Extension/.DS_Store
Binary file not shown.
Binary file removed Mast/Pods/.DS_Store
Binary file not shown.

0 comments on commit 5cb7fcf

Please sign in to comment.