Add public chat QR codes

This commit is contained in:
Ilya Laktyushin
2021-12-08 20:41:03 +04:00
parent 8d56ab6bdc
commit 536b7cd790
13 changed files with 235 additions and 502 deletions

View File

@@ -98,6 +98,12 @@ public struct PresentationResourcesRootController {
generateTintedImage(image: UIImage(bundleImageName: "Chat List/NavigationMore"), color: theme.rootController.navigationBar.accentTextColor)
})
}
public static func navigationQrCodeIcon(_ theme: PresentationTheme) -> UIImage? {
return theme.image(PresentationResourceKey.navigationMoreCircledIcon.rawValue, { theme in
generateTintedImage(image: UIImage(bundleImageName: "Settings/QrIcon"), color: theme.rootController.navigationBar.accentTextColor)
})
}
public static func navigationAddIcon(_ theme: PresentationTheme) -> UIImage? {
return theme.image(PresentationResourceKey.navigationAddIcon.rawValue, { theme in