List Question
20 TechQA 2023-01-18T16:15:45.593000How to define a `Class` object type conforming to a protocol?
295 views
Asked by The Dreams Wind
Why do properties modified by @optional become immutable?
367 views
Asked by Rakuyo
How to implement an objective-C delegate function of an objective-C class in a swift extension
886 views
Asked by HumanZero HumanZero
Declare protocol conformance in objective-c protocol forward-declaration
126 views
Asked by George WS
assigning protocol parameter to object member
82 views
Asked by Michael A
Any way to get a compiler error/warning when a function is being deleted from a protocol?
62 views
Asked by Sanich
Swift & Objective C protocols: throwing function declaration
64 views
Asked by doubleL
What will happen if my class conforms to two protocols having same property?
242 views
Asked by Anoop Nyati
Getting protocol to an object via functions parameters
72 views
Asked by Andrey Lyubimov
What is the purpose of protocols if all methods are optional?
377 views
Asked by Chris
Objective c protocol generics
9.3k views
Asked by mllm
Type "SwiftClass" cannot conform to protocol "ObjcProtocol" because it has requirements that cannot be satisfied
7.5k views
Asked by Jesse Rusak
Is there a way to force XCode to provide autocompletion of imports and/or classes in header files that are not included by an implementation file?
410 views
Asked by tacos_tacos_tacos
Adding optional method of objective-C class to swift extension
687 views
Asked by VanFruniken
Clarification needed about the rules of properties declared in protocols
187 views
Asked by tacos_tacos_tacos
How to create class methods that conform to a protocol shared between Swift and Objective-C?
3.5k views
Asked by Duncan C
Protocol does not responds to selector
459 views
Asked by Jacob Jones
Is it possible to define a property with Class type that conforms to protocol?
911 views
Asked by user1561346
Replacement of @protocol(<protocol name>) in swift
850 views
Asked by Devarshi