Documentation fixes

This commit is contained in:
Andreas Linde 2014-02-11 16:40:21 +01:00
parent 53ae4c2dff
commit 5b782b90be
2 changed files with 1 additions and 4 deletions

View File

@ -89,7 +89,7 @@ typedef NS_ENUM(NSInteger, BITFeedbackUserDataElement) {
It is also possible to invoke the user interface to compose a new message in your
own code, by calling `[BITFeedbackManager showFeedbackComposeView]` modally or adding
`[BITFeedackManager feedbackComposeViewController]` to push onto a navigation stack.
`[BITFeedbackManager feedbackComposeViewController]` to push onto a navigation stack.
If new messages are written while the device is offline, the SDK automatically retries to
send them once the app starts again or gets active again, or if the notification

View File

@ -312,9 +312,6 @@
/**
Reference to the initialized BITAuthenticator module
The authenticator is disabled by default. To enable it you need to set
`[BITAuthenticator authenticationType]` and `[BITAuthenticator validationType]`
Returns the BITAuthenticator instance initialized by BITHockeyManager
@see configureWithIdentifier:delegate: