Strange Bug in iPhone SDK
- by Crazer
Hi all,
I found a strange bug in iphone sdk. I try to explain it:
I have a number of uibuttons in a view. They are all just images. Every buttons has a title but that is not displayed so you just see the images (all 80x80). I made it all in IB.
In my code I position those buttons. Here's a snippet of that code:
for(NSString *iconObject in…