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