Skip to content

Commit

Permalink
[FIX] #178 - 명함생성 미리보기 뷰 뒷면 공유하기 버튼 히든
Browse files Browse the repository at this point in the history
- 공유하기 버튼 히든
  • Loading branch information
hyun99999 committed Dec 21, 2021
1 parent ec5135f commit cfc2f38
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ extension BackCardCell {
_ isSauced: Bool,
_ firstTMI: String,
_ secondTMI: String,
_ thirdTMI: String) {
_ thirdTMI: String,
isShareable: Bool) {
backgroundImageView.image = backgroundImage ?? UIImage()
mintImageView.image = isMint == true ?
UIImage(named: "iconTasteOnMincho") : UIImage(named: "iconTasteOffMincho")
Expand Down

0 comments on commit cfc2f38

Please sign in to comment.