RssTwitterLinkedinGithub
Dima BartDima Bart
Dima Bart
Objective-C worth exploring
  • Home
  • Objective-C
  • Open Source
    • Spyder
    • Rigid
    • CDSerialization
    • DBBenchmark
    • DBSQLite
    • DBShare
    • DBGeneratorCI
    • Build Incrementer
  • Portfolio
  • About
Menu back  
Search dimabart.com

Tag Archives: objective-c category

You are here:
  1. Home
  2. Entries tagged with "objective-c category"

NSArray First Element

Probably one of the most useful methods to have in a category on an NSArray is this method. It allows you easily and safely grab the first element of the array. This makes for a great counterpart to the already existing method -[someArray lastObject];.

September 11, 2013Leave a commentObjective-CBy Dima Bart
2015 Dima Bart