Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. var countryData = [Country(code: "01", name: "US", currency: "USD", Information: [Information(first: "100", second: "200", third: "300"), information(first: "400", second: "500", third: "600"), information(first: "700", second: "800", third: "900")])]
  2.  
  3. cell.countryNameLabel.text = countryData[indexPath.row].name
  4.  
  5. cell.countryInformationLabel.text = ?
  6.  
  7. US : 100 200 300, 400, 500,600,700 800 900
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement