khenid

Untitled

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