Pants-Framework icon indicating copy to clipboard operation
Pants-Framework copied to clipboard

iPhone framework for some common tasks shared by Apps In Your Pants applications.

iPhone framework for some common tasks shared by Apps In Your Pants applications.

Creative Commons License

#Adding to your Project#

See Easy, Modular Code Sharing Across iPhone Apps: Static Libraries and Cross-Project References for details on adding the Pants-Framework to your project.

One additional step not mentioned in the guide is required to support class categories included in the project. In your main project's build settings, add -ObjC -all_load to the Other Linker Flags property.