add app icon, rename to Sticker Cloner, pack thumbnails, sort list, smaller stickers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-03 17:28:53 +01:00
parent 8d120f4d56
commit fae1159536
19 changed files with 50 additions and 4 deletions
@@ -4,6 +4,15 @@ import UIKit
final class StickerBrowserViewController: MSStickerBrowserViewController {
private var stickers: [MSSticker] = []
init() {
super.init(stickerSize: .small)
}
@available(*, unavailable)
required init?(coder: NSCoder) {
fatalError("init(coder:) is not supported")
}
func reloadStickers() {
let urls = StickerStore.shared.stickerFileURLs()
stickers = urls.compactMap { url in