Get Mystery Box with random crypto!

Readaggregator - iOS, Swift, Apple, Programming, Mobile

Logo of telegram channel readaggregator — Readaggregator - iOS, Swift, Apple, Programming, Mobile R
Logo of telegram channel readaggregator — Readaggregator - iOS, Swift, Apple, Programming, Mobile
Channel address: @readaggregator
Categories: Technologies
Language: English
Subscribers: 1.38K
Description from channel

This channel aggregates interesting information from many resources. So If you are interested in Swift, iOS, Apple and so on - welcome!
Check out the blog as well: otbivnoe.ru
Leave a feedback: @otbivnoe

Ratings & Reviews

4.00

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

1

4 stars

1

3 stars

1

2 stars

0

1 stars

0


The latest Messages 8

2021-10-06 16:06:52 Interesting improvement. Starting with iOS 15 Apple extended the Codable protocol with a configuration object that gives a bit more control for the encoding and decoding processes.
https://www.andyibanez.com/posts/the-mysterious-codablewithconfiguration-protocol/
#swift
779 viewsNikita Ermolenko, 13:06
Open / Comment
2021-09-27 21:13:11 Optimizing ProMotion Refresh Rates for iPhone 13 Pro and iPad Pro

Apple has prepared an article about optimizing your app to ProMotion displays. Btw it’s very useful to read if you have a lot of animations.

https://developer.apple.com/documentation/quartzcore/optimizing_promotion_refresh_rates_for_iphone_13_pro_and_ipad_pro
#iOS #optimization
458 viewsNikita Ermolenko, 18:13
Open / Comment
2021-09-24 17:36:15 I consider it's an interesting approach for fast UI development as a replacement to the Xcode playground. In my experience, SwiftUI previews are not as laggy as a playground.

p.s. Yep, previews aren't reliable as well, but... write a comment what do you think about this approach.

http://martiancraft.com/blog/2021/09/uikit-previews/
#iOS #UI
388 viewsNikita Ermolenko, 14:36
Open / Comment
2021-09-16 22:47:25 Just a good reminder why it’s necessary to avoid hard-coded secret keys!

p.s. It seems obviously, but as a reminder in case you forgot to get rid of it after a development process :)

https://www.netguru.com/blog/hardcoded-keys-storage-mobile-app
#iOS #privacy
455 viewsNikita Ermolenko, 19:47
Open / Comment
2021-09-07 21:00:34 Get ready!

September 14, 2021
10:00 am PDT

https://www.apple.com/apple-events/
#Apple #news
478 viewsNikita Ermolenko, edited  18:00
Open / Comment
2021-08-27 15:50:46 Oh, it looks really promising! New concurrency system with backward compatibility with earlier iOS versions isn’t a dream anymore?
https://github.com/apple/swift/pull/39051
#swift
352 viewsNikita Ermolenko, 12:50
Open / Comment
2021-08-25 20:25:34 Pointfreeco released an awesome collection of tools for debugging, diffing, and testing data structures. Custom XCTAssertEqual with a nicely formatted message is my favorite!
https://www.pointfree.co/blog/posts/62-open-sourcing-custom-dump
#iOS #debugging #testing
361 viewsNikita Ermolenko, 17:25
Open / Comment
2021-08-21 13:20:14 Just a good reminder about Display P3 and sRGB color issues you may face during the design or development process. So if you've ever wondered why this color is so vibrant or dull, read this article to clarify the differences.
https://bjango.com/articles/colourmanagementissues/
#UI
259 viewsNikita Ermolenko, 10:20
Open / Comment
2021-08-19 21:57:45 As we're waiting for a verdict in the "Epic vs Apple" battle, the Verge and Sean Hollister haven’t just been sitting around. They’ve been digging through a ton of internal emails and confidential presentations during the legal discovery process. Afterward, they prepared dirt on a variety of other companies as well: Microsoft, Sony, Google, Nintendo, Valve, Netflix, Hulu, and many others.


Some of my favorites in order to intrigue you:
- Apple had given Netflix a sweetheart deal where it took just 15 percent of subscriptions Netflix sold in its app (1)
- The similar subscriptions situation with Microsoft Xbox... (2)
- Apple had considered launching an ‘iPhone Nano’ (8)
- April 2013. Apple considered bringing iMessage to Android (20)
- “Don’t feature competitors in the App Store” - unwritten rule (22, 17)
...

https://www.theverge.com/22611236/epic-v-apple-emails-project-liberty-app-store-schiller-sweeney-cook-jobs
#Apple
167 viewsNikita Ermolenko, 18:57
Open / Comment
2021-08-05 23:32:41 Important to mention tip from Ole:

If you’re writing Swift concurrency code, add these compiler flags:
-Xfrontend
-warn-concurrency
-Xfrontend
-enable-actor-data-race-checks

Warnings in Swift 5.5 identify unsafe constructs, will become errors in Swift 6.

source: https://twitter.com/olebegemann/status/1421144304127463427?s=21

discussion: https://forums.swift.org/t/concurrency-in-swift-5-and-6/49337

#swift #concurrency
462 viewsNikita Ermolenko, 20:32
Open / Comment