mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 23:47:01 +00:00
Documentation updates
This commit is contained in:
parent
a839b16313
commit
460e6eef46
@ -66,6 +66,8 @@
|
||||
- NSURL
|
||||
|
||||
These are automatically concatenated to one text string.
|
||||
|
||||
@param items Array of data objects to prefill the feedback text message.
|
||||
*/
|
||||
- (void)prepareWithItems:(NSArray *)items;
|
||||
|
||||
|
@ -189,7 +189,7 @@ typedef enum {
|
||||
@[@"Adding some example default text and also adding a link.",
|
||||
[NSURL URLWithString:@"http://hockeayyp.net/"]]];
|
||||
|
||||
UINavigationController *navController = [[[UINavigationController alloc] initWithRootViewController:feedbackCompose] autorelease];
|
||||
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:feedbackCompose];
|
||||
navController.modalPresentationStyle = UIModalPresentationFormSheet;
|
||||
[self presentViewController:navController animated:YES completion:nil];
|
||||
|
||||
|
@ -10,6 +10,10 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
||||
/**
|
||||
The internal superclass for all component managers
|
||||
|
||||
*/
|
||||
|
||||
@interface BITHockeyBaseManager : NSObject
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user