Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var dealImage:UIImageView = cell.viewWithTag(1) as UIImageView
- var title:UILabel = cell.viewWithTag(2) as UILabel
- var price:UILabel = cell.viewWithTag(3) as UILabel
- var location:UILabel = cell.viewWithTag(4) as UILabel
- var days:UILabel = cell.viewWithTag(5) as UILabel
- var time:UILabel = cell.viewWithTag(6) as UILabel
- var venue:UIButton = cell.viewWithTag(7) as UIButton
Advertisement
Add Comment
Please, Sign In to add comment