List Question
20 TechQA 2023-05-23T16:16:39.733000Can a class inherit convenience inits even if there is designated inits
48 views
Asked by xarly
Expose a Swift convenience initializer as an Objective-C factory constructor
116 views
Asked by Frank Schmitt
Create a generic Data initializer for Decodable types using Swift
992 views
Asked by ArgenBarbie
How to refresh a chunk's diff, during `git add -p`
306 views
Asked by Kamafeather
Convenience vs multiple inits Swift
1.3k views
Asked by Stewart Lynch
Convenience initialiser keeps crashing however designated initialiser works fine?
498 views
Asked by anonymousSwift
Should I declare methods for developers convenience in an interface?
246 views
Asked by martin
Whats wrong with my convenience initializer when I attempt to call self.init?
627 views
Asked by Laurence Wingo
How can I make that an object of the same class become the return value of initializer?
114 views
Asked by Chen Li Yong
Extra argument in call, Convenience Initializers
99 views
Asked by user1563544
Is convenience keyword really necessary in swift?
133 views
Asked by jarly
Why can't I use "self.init(type: .custom)" in convenience initializer at my subclass of UIButton
1.8k views
Asked by GorCat
Swift 3: Convenience Initializer Extending Foundation's 'Timer' Hangs
683 views
Asked by Jerry Krinock
UNNotificationCategory subclass init issue
420 views
Asked by Puneet Sharma
What is the difference between convenience init vs init in swift, explicit examples better
108.5k views
Asked by Chino Pan
When writing a large app in Swift, do I even need to use the "init" method at all?
181 views
Asked by Daniel with a Spaniel
New Xcode 7.3: Swift NSDate extension with nullable convenience init crashes EXC_BAD_ACCESS
442 views
Asked by Maris
Swift: how to create a convenience init for UIAlertController with no parameters
469 views
Asked by The Nomad
Initialize subclass of NSTextView without providing NSTextContainer
1.2k views
Asked by bigelerow
How to return a custom object in a swift convenience initializer?
2.1k views
Asked by Vogel Vogel