I know #define must be constant but please give me any good tips.
In my case, I define a constant value by #define (e.g. #define kImageQuality 0.7).
However, I would like to change the constant value from Settings.Bundle before opening an app.
That means to change the constant value, doesn't it?
Is that any way to implement as my aim?
It should change to instance variable instead of #define? Any tips given by you that would be really appreciated.