Tag
iOS Programming
3 posts tagged "iOS Programming".
- 1 min read
Simple log for iOS
In every method two very important variables can be found. One is already known by many iOS dev, and it is 'self'. The other one is '\_cmd'. This last one…
- 1 min read
Passcode Lock Screen for iOS
I have designed a small library (with its test project) that lets you implement a passcode lock screen on iOS. The library is compatible with iPod Touch,…
- 1 min read
Golden Tip for iOS
This line of code is definitely as sweet as elegant. \[\[\[self view\] subviews\] makeObjectsPerformSelector: @selector(removeFromSuperview)\];