Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Commit

Permalink
UI Enhancement import token #84
Browse files Browse the repository at this point in the history
  • Loading branch information
Fateme' Kazemi authored and Fateme' Kazemi committed Feb 6, 2019
1 parent 241c3bc commit 95834d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MobileToken/ui/importtoken/ImportTokenViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ class ImportTokenViewController: BaseViewController,UITextViewDelegate,CardCellX

func initBankCard() {
viewCard.backgroundColor = R.color.secondaryDark()
viewCard.imageLogo.image = R.image.lightBankAyandehLogo()
viewCard.labelBankName.text = "بانک آینده"
viewCard.imageLogo.image = BankUtil.getLightLogo(bank: (card?.bank)!)
viewCard.labelBankName.text = card?.bank?.name
}

func textViewDidChange(_ textView: UITextView) {
Expand Down

0 comments on commit 95834d9

Please sign in to comment.