mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-01 10:23:15 +00:00
Documentation fixes
This commit is contained in:
parent
53ae4c2dff
commit
5b782b90be
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user