views:

26

answers:

1

after i add UIProgressview into cell.contentview , how can i access to update Progressview on that cell ?

A: 

Hold on to the pointer or set the tag and then find the UIProgressView object by the tag later.

Nick
thanks you Nick, it correctly
RAGOpoR
Glad that helped get you on the right track.
Nick