mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-03 13:13:55 +00:00
Fix viewcontroller in comments; should be ViewController or view controller as appropriate.
This commit is contained in:
parent
7fd274ba03
commit
82d45140d3
@ -78,11 +78,11 @@
|
||||
/**
|
||||
* called when the user wants to login
|
||||
*
|
||||
* @param viewController the delegating viewcontroller
|
||||
* @param viewController the delegating view controller
|
||||
* @param email the content of the email-field
|
||||
* @param password the content of the password-field (if existent)
|
||||
* @param completion Must be called by the delegate once the auth-task completed
|
||||
* This viewcontroller shows an activity-indicator in between and blocks
|
||||
* This view controller shows an activity-indicator in between and blocks
|
||||
* the UI. if succeeded is NO, it shows an alertView presenting the error
|
||||
* given by the completion block
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user