StackOverflow Questions for Tag: strong-references

zztkm
zztkm

Reputation: 3

Why does the weak reference upgrade to a strong reference when self defined with weak self is checked for nil in a guard statement?

Score: 0

Views: 107

Answers: 3

Read More
Andrew Clark
Andrew Clark

Reputation: 61

Does ARC hold a count for unowned reference?

Score: 6

Views: 2069

Answers: 1

Read More
Akshay Pure
Akshay Pure

Reputation: 73

In Swift, if BOTH the parent and child classes have weak references, then what will happen?

Score: 0

Views: 246

Answers: 1

Read More
tonytran
tonytran

Reputation: 1078

convert the reference back to a strong one inside the closure, memory management, swift

Score: 3

Views: 574

Answers: 1

Read More
Piero
Piero

Reputation: 9273

weak or strong for IBOutlet and other

Score: 31

Views: 23307

Answers: 2

Read More
emacos
emacos

Reputation: 561

How NSMapTable works

Score: 7

Views: 5164

Answers: 3

Read More
Itay Moav -Malimovka
Itay Moav -Malimovka

Reputation: 53605

How can identify strong reference cycles in Swift?

Score: 37

Views: 18402

Answers: 5

Read More
Tommy131313
Tommy131313

Reputation: 73

Java referencing an out-a-scope object

Score: 0

Views: 338

Answers: 2

Read More
Nasir
Nasir

Reputation: 1727

What is difference between self.timer = nil vs [self.timer invalidate] in iOS?

Score: 15

Views: 3598

Answers: 3

Read More
Adrian Macarenco
Adrian Macarenco

Reputation: 175

Strong reference in Date extension Swift

Score: 0

Views: 256

Answers: 0

Read More
c-an
c-an

Reputation: 4090

When I add an item into one recyclerview it gets two

Score: 0

Views: 38

Answers: 1

Read More
Om Behure
Om Behure

Reputation: 27

Turn weak reference to strong

Score: 0

Views: 221

Answers: 0

Read More
Jorge Guerreiro
Jorge Guerreiro

Reputation: 847

How to dispose from UIView subviews on one ViewController when navigating away from it

Score: 1

Views: 650

Answers: 1

Read More
Epic Byte
Epic Byte

Reputation: 33958

Swift Weak Reference Much Slower than Strong Reference

Score: 12

Views: 1258

Answers: 1

Read More
AndrewS
AndrewS

Reputation: 371

NotifcationCenter causing a strong reference cycle - Swift 5

Score: 1

Views: 662

Answers: 2

Read More
pnizzle
pnizzle

Reputation: 6431

Swift: dynamically creating and assigning delegates

Score: -2

Views: 219

Answers: 1

Read More
Banannzza
Banannzza

Reputation: 63

Understanding weak and unowned reference in Swift under the hood

Score: 4

Views: 433

Answers: 1

Read More
Alessandro
Alessandro

Reputation: 4100

NSTimer memory management

Score: 14

Views: 7120

Answers: 4

Read More
mfaani
mfaani

Reputation: 36287

Does Xcode Memory graph offer any smart visual indicators for strong references that aren't memory cycles?

Score: 4

Views: 954

Answers: 1

Read More
why
why

Reputation: 24851

What's the difference between __weak and __strong attributes in iOS?

Score: 4

Views: 3019

Answers: 2

Read More
PreviousPage 1Next