Skip to content

Commit

Permalink
Merge pull request #28 from BE-SOPT-Collaboration-Seminar-Coinone/fea…
Browse files Browse the repository at this point in the history
…tuer/#27

🎨 화면 연결 구현완료
  • Loading branch information
hansolnoh95 authored Jun 2, 2021
2 parents 1967a3a + 7bd7994 commit de318f9
Show file tree
Hide file tree
Showing 6 changed files with 487 additions and 355 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ extension CoinListTableViewCell {
}
}
}

func dataBind(coinLogoImageName: String, coinEnglishTitle: String, coinKoreanTitle: String, coinCurrentPrice: Float, riseOrDescent: String, percentage: Float, coinTotalPrice: Float) {
let formatter = NumberFormatter().then {
$0.numberStyle = .decimal
Expand Down
Loading

0 comments on commit de318f9

Please sign in to comment.