Tag

iOS Programming

2 posts tagged "iOS Programming".

All posts
  • 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

    Golden Tip for iOS

    This line of code is definitely as sweet as elegant. \[\[\[self view\] subviews\] makeObjectsPerformSelector: @selector(removeFromSuperview)\];