views:

53

answers:

1

Anyone out there using the FTUtils library for iPhone development?

Following the instructions here BUT getting an exception when I:

#import <FTUtils/FTAnimation.h>

The funny thing is, I can import every other header file BUT this one. Any ideas?

A: 

The documentation is incorrect based on the latest from github. The answer is to instead import the FTAnimation.h file as such ...

#import "FTAnimation.h"
wgpubs