I' using a 3-rd party library. There is static constant somewhere in .h file.
static CGFloat const kJAButtonWidth = 60;
Is it possible to change its value from my file?
I' using a 3-rd party library. There is static constant somewhere in .h file.
static CGFloat const kJAButtonWidth = 60;
Is it possible to change its value from my file?