mirror of https://github.com/oxen-io/session-ios
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			27 lines
		
	
	
		
			708 B
		
	
	
	
		
			C
		
	
		
		
			
		
	
	
			27 lines
		
	
	
		
			708 B
		
	
	
	
		
			C
		
	
| 
											9 years ago
										 | //
 | ||
| 
											8 years ago
										 | //  Copyright (c) 2018 Open Whisper Systems. All rights reserved.
 | ||
| 
											9 years ago
										 | //
 | ||
|  | 
 | ||
|  | #import <UIKit/UIKit.h>
 | ||
|  | 
 | ||
|  | NS_ASSUME_NONNULL_BEGIN | ||
|  | 
 | ||
|  | @interface UIViewController (OWS) | ||
|  | 
 | ||
| 
											8 years ago
										 | - (UIViewController *)findFrontmostViewController:(BOOL)ignoringAlerts; | ||
|  | 
 | ||
| 
											9 years ago
										 | /**
 | ||
|  |  * Takes up a bit less space than the default system back button | ||
|  |  * used in the MessagesViewController to help left-align the title view. | ||
|  |  * | ||
| 
											8 years ago
										 |  * **note** Using this breaks the interactive pop gesture (swipe back) unless you set/unset the | ||
| 
											9 years ago
										 |  * interactivePopGesture.delegate to self/nil on viewWillAppear/Disappear | ||
|  |  */ | ||
| 
											9 years ago
										 | - (UIBarButtonItem *)createOWSBackButton; | ||
|  | 
 | ||
| 
											8 years ago
										 | + (UIBarButtonItem *)createOWSBackButtonWithTarget:(id)target selector:(SEL)selector; | ||
|  | 
 | ||
| 
											9 years ago
										 | @end | ||
|  | 
 | ||
|  | NS_ASSUME_NONNULL_END |