StackOverflow Questions for Tag: unsafe-unretained

Nissaba
Nissaba

Reputation: 973

Data withUnsafeBytes is deprecated

Score: 1

Views: 906

Answers: 1

Read More
vtruant
vtruant

Reputation: 293

dealing with autoreleased objects within dispatch_sync

Score: 0

Views: 31

Answers: 1

Read More
Valentin Shergin
Valentin Shergin

Reputation: 7334

Is there way to check a `unowned` (actually `unowned(safe)`) reference has been deinited?

Score: 7

Views: 1678

Answers: 1

Read More
Infinite Possibilities
Infinite Possibilities

Reputation: 7466

Memory management of static consts in Objective-C

Score: 1

Views: 99

Answers: 0

Read More
yonivav
yonivav

Reputation: 1033

why delegates should be unsafe_unretained and not weak?

Score: 0

Views: 458

Answers: 2

Read More
Aнгел
Aнгел

Reputation: 1429

What's the difference between takeUnretainedValue and takeRetainedValue?

Score: 3

Views: 2515

Answers: 1

Read More
Tomasz Bąk
Tomasz Bąk

Reputation: 6204

New behaviour for IBOutlet creation in Xcode 6

Score: 1

Views: 537

Answers: 3

Read More
Anders Sjöqvist
Anders Sjöqvist

Reputation: 3482

malloc object lifetime with __unsafe_unretained typecast

Score: 3

Views: 313

Answers: 2

Read More
hzxu
hzxu

Reputation: 5823

ObjC automatic reference counting(ARC): weak vs assign vs unsafe_unretained for delegate?

Score: 0

Views: 967

Answers: 1

Read More
Raj
Raj

Reputation: 1139

Is it really a good option to use ARC for IOS 4.0 where there is no weak property

Score: 2

Views: 124

Answers: 2

Read More
StephenAshley.developer
StephenAshley.developer

Reputation: 1064

property for ivar that points to two-dimensional array of pointers to NSStrings

Score: 1

Views: 415

Answers: 3

Read More
Pang
Pang

Reputation: 10110

Returning __unsafe_unretained pointer to released object in Objective C causes a crash

Score: 1

Views: 1410

Answers: 1

Read More
Jeremy L
Jeremy L

Reputation: 3810

To support iOS 4.3, use "assign" instead of weak, but Interface Builder uses unsafe_unretained?

Score: 0

Views: 836

Answers: 2

Read More
jowie
jowie

Reputation: 8068

Delegate pointer issues since upgrading to ARC

Score: 0

Views: 111

Answers: 1

Read More
Max MacLeod
Max MacLeod

Reputation: 26652

Converting Project To ARC With Double Indirection Pointer Assign

Score: 3

Views: 1787

Answers: 1

Read More
dark_perfect
dark_perfect

Reputation: 1478

How to manage unsafe_unretained ivars/properties?

Score: 3

Views: 3148

Answers: 2

Read More
ma11hew28
ma11hew28

Reputation: 126397

Should I use __unsafe_unretained for temp variables?

Score: 3

Views: 662

Answers: 3

Read More
PreviousPage 1Next