ios - Update progress view in custom cell in another viewController -


this custom cell code :

#import <uikit/uikit.h>  @interface sharecell : uitableviewcell @property (strong, nonatomic) iboutlet uilabel *lbltitle; @property (strong, nonatomic) iboutlet uiprogressview *progressview; @property (strong, nonatomic) iboutlet uibutton *btncancel;  @end 

how call update progress view event in custom cell in view controller.thank in advanced

i think need following link , , create uiprogressview in cellforrowatindexpath method. https://github.com/lightdesign/ldprogressview


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -