Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in unowned-references
Safe to always use [unowned self] for Swift singletons?
Mar 18, 2023
swift
memory-management
singleton
reference-counting
unowned-references
Does ARC hold a count for unowned reference?
Jan 29, 2023
swift
automatic-ref-counting
strong-references
unowned-references
In Swift, unowned vs. weak reference [duplicate]
Dec 02, 2022
ios
swift
reference
weak-references
unowned-references
Confusion about where should put the [unowned self]
Nov 10, 2022
swift
strong-references
unowned-references
Swift. unowned may only be applied to class and class-bound protocol types. weak works fine
Nov 10, 2020
swift
swift-protocols
unowned-references
Swift Weak Reference Much Slower than Strong Reference
Nov 20, 2022
swift
performance
weak-references
strong-references
unowned-references
Do capture lists of inner closures need to redeclare `self` as `weak` or `unowned`?
Aug 31, 2022
swift
closures
automatic-ref-counting
weak-references
unowned-references