Нашёл ещё годную статью, про уведомления для iOS приложений!
Хороших выходных, удачного кодинга❤️
https://apptractor.ru/info/github/notificationbanner.html
Хороших выходных, удачного кодинга❤️
https://apptractor.ru/info/github/notificationbanner.html
AppTractor
NotificationBanner: уведомления для iOS-приложений
NotificationBanner — полностью настраиваемая и легкая библиотека, которая упрощает задачу отображения баннеров уведомлений и предупреждений в iOS-приложениях. Поддерживает iPhone, iPhoneX и iPad, смену ориентации, появление снизу или сверху, тактильный отклик…
🔥8❤1
14 полезных операторов для работы с массивами!
https://medium.com/@rashadsh/14-useful-array-operators-in-swift-dac130d41a4a
https://medium.com/@rashadsh/14-useful-array-operators-in-swift-dac130d41a4a
Medium
14 Useful Array operators in Swift
Arrays allow you to aggregate a large number of values into a single collection and then access those values based on where they are in the…
👍9
Согласно новому прогноз развития рынка приложений Sensor Tower, к 2026 году глобальные потребительские расходы в App Store и Google Play на премиум приложения, покупки в приложениях и подписки достигнут 233 миллиардов долларов. Это на 77% больше, чем 132 миллиарда долларов, которые потребители потратили в 2021 году. В 2026 году App Store получит от пользователей 161 млрд (в среднем +13.7% в год), а Google Play 72 млрд (+8.9% в год). Интересно, что по прогнозу в App Store доход от приложений обгонит доход от игр уже в 2024, а в 2026 игры уже будут давать только 43% доходов магазина, что на 23 процентных пункта меньше, чем в 2020 году.
🔥6
UITableView 🚀
Годная статья, про то, как сделать таблицу и бесконечную прокрутку.
https://pedroalvarez-29395.medium.com/uitableview-infinite-scrolling-a-lot-simpler-than-you-knew-uitableviewdatasourceprefetching-51ea5c312a80
Годная статья, про то, как сделать таблицу и бесконечную прокрутку.
https://pedroalvarez-29395.medium.com/uitableview-infinite-scrolling-a-lot-simpler-than-you-knew-uitableviewdatasourceprefetching-51ea5c312a80
Medium
UITableView infinite scrolling a lot simpler than you knew: UITableViewDataSourcePrefetching
Imagine the following scenario: You have a UITableView that you want to present lots of data that were fetched from the WEB via some API…
🔥7👍1
Async/Await , Combine, Closures: руководство по современному асинхронному Swift
https://quickbirdstudios.com/blog/async-await-combine-closures/
https://quickbirdstudios.com/blog/async-await-combine-closures/
QuickBird Studios
Combine, Closures: A Guide to Modern Asynchronous Swift
A comparison between async/await, Combine, and closures in Swift. Includes an overview of the strengths and weaknesses of the different approaches.
🔥8👍2
Написание хорошего и переиспользуемого кода - это не только про архитектуру. Протоколы и дженерики - два крутых инструмента для того, чтобы сделать код гибким и переиспользуемым 🤸
Вот отличная статья про
https://www.swiftbysundell.com/articles/referencing-generic-protocols-with-some-and-any-keywords/
Вот отличная статья про
some
и any
кейворды с дженерик протоколами в Swift 5.7 🔥https://www.swiftbysundell.com/articles/referencing-generic-protocols-with-some-and-any-keywords/
Swift by Sundell
Using the ‘some’ and ‘any’ keywords to reference generic protocols in Swift 5.7 | Swift by Sundell
How Swift 5.7 makes generic protocols more powerful and easier to work with, thanks to the ‘some’ and ‘any’ keywords.
👍7