()
| 308 | } |
| 309 | |
| 310 | public focus(): boolean { |
| 311 | if (this.ios) { |
| 312 | return this.ios.becomeFirstResponder(); |
| 313 | } |
| 314 | |
| 315 | return false; |
| 316 | } |
| 317 | |
| 318 | protected applySafeAreaInsets(frame: CGRect): CGRect { |
| 319 | if (!__VISIONOS__ && SDK_VERSION <= 10) { |
no outgoing calls
no test coverage detected