Reader-submitted Objective-C / XCode tips of 2012
nshipster.com
Reader-submitted Objective-C / XCode tips of 2012
1–10 of 22 posts
Re: Reader-submitted Objective-C / XCode tips of 2012
#2I'm looking forward to doing more of these in the future, so if anyone has any ideas or suggestions, feel free to tweet them to @NSHipster. Thanks!
Re: Reader-submitted Objective-C / XCode tips of 2012
#3For clarification, this is a list of some reader-submitted tricks and tips from the last month, as a way to bring in the New Year. I'm looking forward to doing more of these in the future, so if anyone has any ideas or suggestions, feel free to tweet them to @NSHipster. Thanks!
Re: Reader-submitted Objective-C / XCode tips of 2012
#4Forgive my ignorance, but how do you go about and reverse engineer NSString equality? Looking at the code is interesting but what I'd really like to understand is where it comes from and how it was extracted; is it supposed to be close to the original implementation, is it an informed guess based on CFLite, ...? Please be patient and again forgive my ignorance.
Re: Reader-submitted Objective-C / XCode tips of 2012
#5For clarification, this is a list of some reader-submitted tricks and tips from the last month, as a way to bring in the New Year. I'm looking forward to doing more of these in the future, so if anyone has any ideas or suggestions, feel free to tweet them to @NSHipster. Thanks!
Reimplementing the runtime and foundation and hacking on our Clang fork at Apportable the last 6 months, I've learned some amazingly interesting things.
Re: Reader-submitted Objective-C / XCode tips of 2012
#6Re: Reader-submitted Objective-C / XCode tips of 2012
#7The LLDB View Hierarchy Dump tip is something that I think I can use again and again and again.
Re: Reader-submitted Objective-C / XCode tips of 2012
#8The LLDB View Hierarchy Dump tip is something that I think I can use again and again and again.
Definitely beats view.backgroundColor = [UIColor redColor];! Though I'm not sure I'll ever to shake that trusty old "debugging" hack.
Re: Reader-submitted Objective-C / XCode tips of 2012
#9The LLDB View Hierarchy Dump tip is something that I think I can use again and again and again.
Re: Reader-submitted Objective-C / XCode tips of 2012
#10The LLDB View Hierarchy Dump tip is something that I think I can use again and again and again.
It's super preliminary, but if you're debugging the problem I suspect you're debugging by looking at the view hierarchy (iOS touch handling), this might be helpful: https://github.com/MaxGabriel/debugiOSTouchHandling/blob/mas...