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 2

2022-07-26 16:53:51 Discovered something great today I want to share with you! How many times defining a custom decodable initializer, for instance, have you lost the ability to use the automatically generated memberwise initialize, umm? Oh, I've faced it so often, especially in tests. So the solution is easy - just define this initializer in an extension, and that's it.
https://danijelavrzan.com/posts/2022/07/how-to-test-custom-codable/
#swift
910 viewsNikita Ermolenko, 13:53
Open / Comment
2022-07-08 15:11:50 iOS 16 comes with great improvements in app launch time. For apps like Lyft or Airbnb launching almost twice as fast.

And more in-depth posts as well:
- Speeding up protocol conformance checks
- Reducing the amount of data loaded from disk

#iOS #optimization
1.3K viewsNikita Ermolenko, 12:11
Open / Comment
2022-07-05 15:52:37 Let's figure out what's new in the Xcode Previews.
At least I hope they have become more reliable and don't crash every 5 minutes.
https://useyourloaf.com/blog/whats-new-in-xcode-14-previews/
#Xcode
1.2K viewsNikita Ermolenko, 12:52
Open / Comment
2022-07-03 13:11:20 What’s new in iOS 16 about Format Styles:
https://ampersandsoftworks.com/posts/iOS-16-formatstyle/

Gorgeous documentation about all styles in one place :
https://goshdarnformatstyle.com/

#iOS #formatters
1.0K viewsNikita Ermolenko, 10:11
Open / Comment
2022-06-24 14:55:34
If you’re already rewriting all your regex-strings in a new modern way using Regex Builder - this online generator will simplify your life a lot by far!
https://paiv.github.io/swift-rxbgen/
#swift #regex
1.4K viewsNikita Ermolenko, 11:55
Open / Comment
2022-06-15 12:22:44 Oh, great! If you've ever needed to compare Any values in Swift, now it's easier and more elegant to achieve it.
https://nilcoalescing.com/blog/CheckIfTwoValuesOfTypeAnyAreEqual/
#swift
328 viewsNikita Ermolenko, 09:22
Open / Comment
2022-06-07 11:26:44 As I said, there are a lot of new features in Swift 5.7
https://www.hackingwithswift.com/articles/249/whats-new-in-swift-5-7
#swift
469 viewsNikita Ermolenko, 08:26
Open / Comment
2022-06-06 23:25:12 Some of the interesting highlights from the new Xcode:

- Finally! Simplify an app icon with a single 1024x1024 image that is automatically resized for its target. Choose the Single Size option in the app icon’s Attributes inspector in the asset catalog. You can still override individual sizes with the All Sizes option.
- Starting with Xcode 14, bitcode is no longer required for watchOS and tvOS applications, and the App Store no longer accepts bitcode submissions from Xcode 14.
- Instruments now includes a new Swift Concurrency template for tracing the usage and behavior of Swift’s concurrency primitives.
- Instruments has a new Hang Tracing instrument that shows when an app’s main thread is unable to handle incoming events for an extended period of time, potentially causing the UI to hang.
- Hang reports in the Xcode Organizer provide diagnostic reports on application hangs to assist in improving responsiveness. Reports are generated for an individual app release and ordered by severity. They include sample logs for hangs occurring on the main thread that you can use for debugging as well as statistics on affected devices and iOS versions for the report.
- Xcode Previews can now run on physical devices without requiring a containing application, making it easy to preview on-device for frameworks and Swift packages.
- Added a refactor action to add an explicit Codable implementation.
- Simulator now supports remote notifications in iOS 16 when running in macOS 13 on Mac computers with Apple silicon or T2 processors. Simulator supports the Apple Push Notification Service Sandbox environment. Your server can send a remote notification to your app running in that simulator by connecting to the APNS Sandbox.
- Xcode now pins elements of your code structure to the top of the editor as you scroll through a document.
- Swift 5.7 with a lot of new features!

https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-14-release-notes
664 viewsNikita Ermolenko, 20:25
Open / Comment
2022-05-28 15:33:00
Look at the image - familiar situation? Just a typo. The code compiles and then crashes at runtime. An author found a halfway solution for detecting these problems, but only for custom view modifiers - using a special Swift attribute. So at least we can make our code safer.
#SwiftUI
333 viewsNikita Ermolenko, 12:33
Open / Comment
2022-05-26 16:00:32 I think a lot of developers are stressed when dealing with the iOS signing process, and that's fine. Therefore, Bruno has prepared a short article to refresh the knowledge for these people.

By the way, you can read more advanced articles written by Apple a few weeks ago:
Inside Code Signing: Requirements
Inside Code Signing: Hashes
Inside Code Signing: Provisioning Profiles

#code_signing #provisioning
365 viewsNikita Ermolenko, 13:00
Open / Comment