Xcode 5 new bug

Posted by user2874675 on Stack Overflow See other posts from Stack Overflow or by user2874675
Published on 2013-10-25T23:30:12Z Indexed on 2013/10/26 21:55 UTC
Read the original article Hit count: 240

Filed under:
|
|
|

Since the recent IOS update last month I have been having issues with this new bug that has hampered my program. The bug is as follows: using a UIButton and I want to insert a value into it, only after my execution ends does a letter actually appear. But if I create a method during execution to tell me, using NSLog, what my properties contain then that letter I added never shows up. I'm thinking I need to find a way to refresh a property during execution instead in the end. For example: Let's say you want to insert the letter F into a UIButton. Immediately after writing F into that UIButton, look to see that F hasn't isn't in there. But it will only show up after that particular execution sequence finishes.

Any help would be great. Thanks in advance.

© Stack Overflow or respective owner

Related posts about uibutton

Related posts about refresh