mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-31 12:54:14 -04:00 
			
		
		
		
	added files via upload
This commit is contained in:
		| @@ -0,0 +1,25 @@ | ||||
| // | ||||
| //  FLEXArgumentInputNotSupportedView.m | ||||
| //  Flipboard | ||||
| // | ||||
| //  Created by Ryan Olson on 6/18/14. | ||||
| //  Copyright (c) 2020 FLEX Team. All rights reserved. | ||||
| // | ||||
|  | ||||
| #import "FLEXArgumentInputNotSupportedView.h" | ||||
| #import "FLEXColor.h" | ||||
|  | ||||
| @implementation FLEXArgumentInputNotSupportedView | ||||
|  | ||||
| - (instancetype)initWithArgumentTypeEncoding:(const char *)typeEncoding { | ||||
|     self = [super initWithArgumentTypeEncoding:typeEncoding]; | ||||
|     if (self) { | ||||
|         self.inputTextView.userInteractionEnabled = NO; | ||||
|         self.inputTextView.backgroundColor = [FLEXColor secondaryGroupedBackgroundColorWithAlpha:0.5]; | ||||
|         self.inputPlaceholderText = @"nil  (type not supported)"; | ||||
|         self.targetSize = FLEXArgumentInputViewSizeSmall; | ||||
|     } | ||||
|     return self; | ||||
| } | ||||
|  | ||||
| @end | ||||
		Reference in New Issue
	
	Block a user
	 Balackburn
					Balackburn