mirror of
				https://github.com/NativeScript/NativeScript.git
				synced 2025-11-04 12:58:38 +08:00 
			
		
		
		
	docs(typo): fix typo in view/index.ios.ts (#9926)
overriden -> overridden
This commit is contained in:
		@ -910,7 +910,7 @@ export class CustomLayoutView extends ContainerView {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	public onMeasure(widthMeasureSpec: number, heightMeasureSpec: number): void {
 | 
			
		||||
		// Don't call super because it will set MeasureDimension. This method must be overriden and calculate its measuredDimensions.
 | 
			
		||||
		// Don't call super because it will set MeasureDimension. This method must be overridden and calculate its measuredDimensions.
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	public _addViewToNativeVisualTree(child: View, atIndex: number): boolean {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user