List Question
20 TechQA 2021-03-31T18:46:27.263000When decorating ObjC code with nullability annotations, do you also have to do the definition, or just the declaration?
119 views
Asked by Mark A. Donohoe
why do other properties need nullability type specifier
150 views
Asked by user1114881
Do nullability-related attributes in Objective-C normally used for Swift also apply to ObjC-ObjC calls?
92 views
Asked by Mark A. Donohoe
What does id _Nullable __autoreleasing * _Nonnull mean?
987 views
Asked by AudioBubble
Prevent Xcode from creating NS_ASSUME_NONNULL_BEGIN and NS_ASSUME_NONNULL_END on new headers
1.6k views
Asked by Can Poyrazoğlu
Marking plain -init to have a nullable return type without a warning
983 views
Asked by jscs
Handle _Nonnull or Nullable with multi-level pointer type
1.5k views
Asked by lal
Are Objective-C function results nonnull by default?
614 views
Asked by Duncan C
How do I safely cast a `_Nullable` to a `_Nonnull` in Objective-C?
10.3k views
Asked by Heath Borders
CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION removed?
139 views
Asked by fabb
Nullability rules for C++ objects in Objective-C++
859 views
Asked by Heath Borders
Match Objective-C object pointer type with nullability specificator in Clang's LibTooling
131 views
Asked by Alfred Zien
Exactly how to use nonnull in certain cases in Objective C
445 views
Asked by user938797
Nullability annotation warnings after NS_ASSUME_NONNULL_END
3.1k views
Asked by NickCE
How do I clear mismatched parameters: nullable and FooType are not compatible warnings in AppCode
87 views
Asked by David Nedrow
Are _Nullable and _Nonnull useful for anything other than Swift interop?
1.8k views
Asked by iosdude
xcode 7.3.1 dont see nullability warnings
129 views
Asked by kalafun
Clang nullability warnings and how to approach them
3.3k views
Asked by KBancho
What is reason of Warning "Pointer is missing a nullability type specifier"?
7.3k views
Asked by Sam Shaikh
Conflicting documentation for `[UIView initWithFrame:]`: nullable or nonnull?
533 views
Asked by Cœur