add search field to labels list in share ext

This commit is contained in:
Satindar Dhillon
2022-07-20 10:06:09 -07:00
parent 1b93d63008
commit f3d2b6c89f
3 changed files with 22 additions and 18 deletions

View File

@ -12,7 +12,7 @@ import Utils
embed(
childViewController: UIViewController.makeShareExtensionController(extensionContext: extensionContext),
heightRatio: 0.55
heightRatio: 0.75
)
}
}