devinross / tapkulibrary

tap + haiku = tapku, a well crafted open source iOS framework
http://devinross.com/tapku/documentation
MIT License
3.9k stars 653 forks source link

NSArray index out of length exception #307

Open ghost opened 9 years ago

ghost commented 9 years ago

In the source file : Tapkulibrary/NSArray+TKCategory.m . At function firstObject() ,if the array has no items in it ,it will crash with a exception threw .

Is this a bug ?