mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
move frame position conversion methods to ios namespace
This commit is contained in:
@@ -884,14 +884,6 @@ export abstract class ViewCommon extends ViewBase implements ViewDefinition {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
public getPositionFromFrame(frame: any): { left, top, right, bottom } {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
public getFrameFromPosition(position: { left, top, right, bottom }, insets?: { left, top }): any {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
public getLocationInWindow(): Point {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user