Pages

Mission

The main aim of this blog is to share my personal collection of helper Objective-C functions.
All method implementations will be shared through posts on the blog.
In every post you'll find a link to a ready-for-use .m file for the single function described in it.
It's also available the complete fully-documented class "LMFunctions" with both .h and .m and all other related stuff. If you're interested in it, please let me know.


Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
The Software shall be used for Good, not Evil.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Just a copyright note: all these functions, methods, classes, extensions and even every piece of code were written by myself and/or taken by someone else's script found on internet. If I remember the original source, I mention it with a link.

2 comments:

  1. i'm starting to follow your blog
    it seems interesting.
    keep on write down some other objective-c method!

    ReplyDelete
    Replies
    1. Thanks!
      Of course I'll write all the methods I actually use in my production app (both iPhone and iPad).
      And I'm planning to collect all of these functions into a useful class to share with interested people.
      Keep following :)

      Delete