TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3600
To review
5
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3600
To review
5
41 questions
Hard
3 votes393 runs0 comment
How to check if a variable is defined in Swift
Jorge Gomesat Nov 27, 2021
Hard
1 vote398 runs0 comment
What is the purpose of the required keyword in Swift?
Smart&Softat Nov 5, 2021
Expert
1 vote395 runs0 comment
What is the type of an undefined variable in Swift?
Mobile developer
types
Smart&Softat Nov 3, 2021
Hard
1 vote392 runs0 comment
What are the 3 reasons to use weak var monProtocol: PokemonDelegate?
Smart&Softat Nov 27, 2021
Easy
1 vote391 runs0 comment
Swift: What is the output of the following code? `var x = 10; x = x + undefined; print(x)`
Mobile developer
optional
Smart&Softat Nov 27, 2021
Hard
1 vote388 runs0 comment
Can we override both getter and setter in Swift?
Jorge Gomesat Nov 27, 2021
Hard
1 vote385 runs0 comment
Easy
1 vote382 runs0 comment
Is the following code valid? ``` var x = 10 var y = x ```
Mobile developer
swift
Smart&Softat Nov 27, 2021
Easy
0 vote446 runs0 comment
Is the following a valid Swift variable name? 'undefined'
Mobile developer
swift
Smart&Softat Apr 12, 2023
Medium
0 vote407 runs0 comment
Automatic retain and release markers during compilation, freeing manual memory management
Smart&Softat Nov 27, 2021
Easy
0 vote398 runs0 comment
How to use the internal notification center in Swift
Smart&Softat Nov 16, 2021
Easy
0 vote397 runs0 comment
How to make a property editable in InterfaceBuilder
Smart&Softat Nov 27, 2021
Hard
0 vote392 runs0 comment
Test the type of an optional variable in addition to as?,Test if an optional variable is non-null
Jorge Gomesat Nov 27, 2021
Easy
0 vote390 runs0 comment
Easy
0 vote388 runs0 comment
Swift's `guard` statement
Mobile developer
conditionals
Jorge Gomesat Nov 27, 2021
Medium
0 vote387 runs0 comment
Swift: What is the difference between unowned and weak?
Smart&Softat Nov 27, 2021
Easy
0 vote387 runs0 comment
What is the difference between `return` and `return()` in Swift?
Jorge Gomesat Nov 5, 2021
Hard
0 vote386 runs0 comment
Write a Swift function that takes a closure as a parameter and returns the result of the closure.
Smart&Softat Nov 27, 2021