Home > TimberKit

TimberKit

TimberKit is a project mainly written in OBJECTIVE-C and C, it's free.

ObjC Forrst API wrapper

TimberKit

TimberKit is an ObjC/Cocoa wrapper for the Forrst API in the form of a framework.

There's something better already out there

I wrote TimberKit before I was aware of a much more complete wrapper:

https://github.com/bnmuller/FTForrstEngine

I highly recommend you use that library instead of TimberKit.

Props Ben!

Example usage

  TKPost *post = [TKPost postWithTinyID: @"BHM"];

  NSLog(@"%@", post.title);
Previous:fotoques-1