ios Objective C swift Advanced Interview Questions for Senior iOS Developer Shaunak Jagtap 23:43 Add Comment Shaunak Jagtap iOS Interview Questions Multithreading/GCD: Q. What care you will take when using sync execution in iOS? Ans: If the order of completion o... Read More
ios swift Graphs in Swift Shaunak Jagtap 22:32 Add Comment Shaunak Jagtap Graphs in Swift //----------------Graphs in Swift----------------// //Graphs are made out of nodes and edges. Let's create a struct to... Read More
ios swift What is reserveCapacity in Swift? Shaunak Jagtap 21:34 Add Comment Shaunak Jagtap Swift: reserveCapacity() Reserves enough space to store the specified number of elements. Declaration mutating func reserveCapacity ( _ m... Read More
ios swift Implement Generic Stack Swift5 Shaunak Jagtap 21:56 Add Comment Shaunak Jagtap How to implement Generic stack in iOS/Swift //----------------------Generic Stack----------------------// struct Stack < T > { pr... Read More
Mobile Application Development Objective C RxSwift swift WWDC 2020 SONG: Daydreamer Shaunak Jagtap 22:19 Add Comment Shaunak Jagtap Which song is used in WWDC2020 for the keynote opening? Answer: Daydreamer by Aurora Daydreamer Aurora ... Read More