Код: Выделить всё
let banner = FloatingNotificationBanner(title: messageString,titleFont: UIFont.initFrom(style: .textBody), style: .info, colors: BannerColors())
banner.duration = 2.0
banner.transparency = 0.6
banner.show(queuePosition: .back, bannerPosition: .bottom, queue: NotificationBannerQueue(maxBannersOnScreenSimultaneously: 1), edgeInsets: UIEdgeInsets(top: 8, left: 8, bottom: 100, right: 8), cornerRadius: 10, shadowBlurRadius: 15)
Как отключить этот эффект вибрации?
Подробнее здесь: https://stackoverflow.com/questions/786 ... ift-in-ios
Мобильная версия