Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
82 views

Which swift screen handler approach is better for instantiating a utility class and then presenting a viewController?

1st approach: ...
Honey's user avatar
  • 115
7 votes
2 answers
204 views

Defining a simple function-calling operator

I have been writing Swift code for a while and have read a lot of tutorials about how functional paradigms can be applied to Swift. I defined a simple operator: ...
mustafa's user avatar
  • 171