hi everyone,
i encounter the following issue, where i have 1 UIView (FirstView) call another UIView (SecondView), then after that i would wanted to update the variable in the firstview and refresh the first view but i seems not able to find a way to do it, can anyone guide me on that?
FirstView.h
@interface FirstView : UIViewController <UIApplicationDelegate, UITableViewDataSource, UITableViewDelegate>{
i encounter the following issue, where i have 1 UIView (FirstView) call another UIView (SecondView), then after that i would wanted to update the variable in the firstview and refresh the first view but i seems not able to find a way to do it, can anyone guide me on that?
FirstView.h
@interface FirstView : UIViewController <UIApplicationDelegate, UITableViewDataSource, UITableViewDelegate>{
No comments:
Post a Comment