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
2010-08-27 04:11:13
thanks you Nick, it correctly
RAGOpoR
2010-08-27 04:49:42
Glad that helped get you on the right track.
Nick
2010-08-27 05:17:56