Swift

357 readers
1 users here now

This group focus on the content related to the development of Apple Eco-system software. So feel free to share and talk about, for example;

founded 1 year ago
MODERATORS
1
 
 
2
 
 

Wrote this up in kind of hurry, but people seem to like it. Thought I’d throw it up over here.

3
4
5
4
submitted 1 month ago by balder1993 to c/swift
 
 

“Today, we're going through the many techniques in the Swift Concurrency toolkit. We'll discuss theory when it's appropriate, but for each tool we'll also provide a context where it might be the best solution.”

6
5
submitted 2 months ago* (last edited 2 months ago) by MortySmith to c/swift
7
 
 

“E.V.A Information Security researchers uncovered several vulnerabilities in the CocoaPods dependency manager that allows any malicious actor to claim ownership over thousands of unclaimed pods and insert malicious code into many of the most popular iOS and MacOS applications. These vulnerabilities have since been patched.”

8
9
10
8
submitted 2 months ago by balder1993 to c/swift
 
 

“The Swift compiler is notoriously slow due to how types are inferred. Every June I hope that Apple will announce that they fixed it; sadly this is not that year.”

11
10
What's new in Swift 6.0? (www.hackingwithswift.com)
submitted 3 months ago by [email protected] to c/swift
12
6
submitted 3 months ago by [email protected] to c/swift
 
 

Hey all! I've been writing up a series on the changes coming to Swift 6 related to concurrency. Thought I'd start sharing them here too.

13
14
2
submitted 5 months ago by mac to c/swift
15
11
submitted 5 months ago by mac to c/swift
16
17
18
 
 

“Now that iOS 17 is available, let’s analyze its built-in apps to answer a few questions: How many binaries are in iOS 17? Which programming languages are used to develop these apps? How many apps are written with Swift? What is the percentage of apps using SwiftUI versus UIKit?”

19
 
 

cross-posted from: https://programming.dev/post/3558087

Type parameter packs and value parameter packs allow you to write a generic function that accepts an arbitrary number of arguments with distinct types. As a result of SE-393, SE-398, and SE-399, you can use this new feature from Swift 5.9.

20
5
submitted 11 months ago by balder1993 to c/swift
21
4
SwiftUI Sensory Feedback (useyourloaf.com)
submitted 1 year ago by balder1993 to c/swift
 
 

In iOS 17, Apple added a range of sensory feedback view modifiers to SwiftUI removing the need to rely on UIKit.

22
 
 

#Predicate is a new Macro available since Swift 5.9 and Xcode 15, allowing you to filter or search a data collection. It can be seen as a replacement for the old-fashioned NSPredicate we’re used to from the Objective-C days.

23
3
submitted 1 year ago by balder1993 to c/swift
 
 

An overview of the different types of charts you can make with Swift Charts

24
4
submitted 1 year ago by balder1993 to c/swift
 
 

Get ready to dive deep into the inner workings of the Objective-C language and runtime! Each post delves into a specific aspect of the language and explores the details of its implementation. I hope you’ll find this valuable to demystify the language, tackle tricky bugs, and optimize your code for performance.

25
 
 

Hi,

I thought we could make a list of open source Swift projects that's open to public contribution. Which is one of the most effective ways to really learn programming.

We could follow this template to make it easy for readers:

Title in Bold

Short Description:

Link:

view more: next ›