Hi,
Hope you all doing well, I am getting a memory leak while setting the font of UIButton. This is the code which I am using to set the font,
[MyBtn.titleLabel setFont:[UIFont boldSystemFontOfSize:12]];
whereas MyBtn is connected to IBOoutlet and I am not allocating memory to it.
I don't see any thing wrong in the code. Hopefully someone will help me out, I will be really thankful.
Regards, Mohammad Salman