How to parse color (saved data) from one controller class to another
controller class?
I'm practically new in IOS dev.
I would like to ask, let's say if i have a controllerA.m and I have a
@property (nonatomic, weak) UIColor *savedColor;
How can I parse the savedColor from controllerA.m to controllerB.m whereby
i wish to set the background color of an UIImageView *mainImage same as
the savedColor?
No comments:
Post a Comment