Skip to content

Dropdown replacement for the feedback view controller functionality which was cuted out from TestFlight SDK since version 2.0

License

Notifications You must be signed in to change notification settings

DZamataev/TestFlightFeedback

Repository files navigation

TestFlightFeedback

Dropdown replacement for the feedback view controller functionality which was cuted from TestFlight SDK since version 2.0

Version 1.0.0 is for iOS 6, version 2.0. is for iOS 7.*

Installation

CocoaPods

pod 'TestFlightFeedback'

or import everything from folder named Core

How to use

#import <TestFlight.h>
#import <TestFlight+OpenFeedback.h>

Just as before use

  [TestFlight openFeedbackView];

no need to change any of your code

Features

Open Feedback modally

[TestFlight openFeedbackView]; can be called from anywhere in your code

Open Feedback on shake device - every time user shakes device, feedback view opens

can be turned on/off this way

	[TestFlight of_enableOpenFeedbackOnShake]; // on
    [TestFlight of_disableOpenFeedbackOnShake]; // off

Display Application Version and Application Build from General project settings in the title of the toolbar of the feedback view.

Screenshots

iPhone iOS 7 screenshot iPhone iOS 6 screenshot

iPad iOS 7 screenshot iPad iOS 6 screenshot


follow button

endorse

About

Dropdown replacement for the feedback view controller functionality which was cuted out from TestFlight SDK since version 2.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published