KIF is an iOS integration test framework that allows for easy automation of iOS apps by leveraging the Accessibility APIs in iOS. It minimizes indirection by being written in Objective-C and integrates directly into Xcode projects. KIF tests attempt to imitate actual user input by simulating touches, swipes, text entry and more on iOS 5.1 and above. It is considered worth using due to being all objective-C, flexible in hooking into code bases for real user actions, easily running on command line for CI with no external dependencies and easy integration into the Xcode workflow.