Collections of Swift
Advantages of collections: var collectionArray = [“iOS”, “Flutter”, “iOS”, “Android”, “Web”] collectionArray.map{$0.uppercased()} Output: [“IOS”, “FLUTTER”, “IOS”, “ANDROID”, “WEB”] collectionArray.filter{$0 ==
Read moreAdvantages of collections: var collectionArray = [“iOS”, “Flutter”, “iOS”, “Android”, “Web”] collectionArray.map{$0.uppercased()} Output: [“IOS”, “FLUTTER”, “IOS”, “ANDROID”, “WEB”] collectionArray.filter{$0 ==
Read more♈Awesome iOS :- https://lnkd.in/e_UVjQE4 ♉Awesome macOS :- https://lnkd.in/ePKC5VAM ♊Awesome Swift :- https://lnkd.in/eVMU69KH ♋Open-Source iOS Apps :- https://lnkd.in/eqdx_XCn ♌The Awesome Server Side Swift :- https://lnkd.in/eKhNVE2a ♍iOS
Read moreAVFoundation: This class has the purpose of arranging different assets and types of assets into a single asset for playback
Read moreWhen we need saved small amount of data then we use UserDefaults but when we need large amount of
Read moreAVPlayer: An AVPlayer is not a view; rather, an AVPlayer’s content is made visible through a CALayer subclass, AVPlayerLayer, which
Read moreA protocol defines a blueprint of methods, properties and other requirements that suit a particular task or piece of functionality.
Read moreHow to Create Linear Gradient in Swift with CAGradientLayer — iOS Swift Guide With CoreAnimation and CAGradientLayer, iOS
Read moreWhen we need to decide how to store data and model behavior, there are two choices: Classes and Structs. In
Read moreThere are a number of different transform you can do on a layer, but the basic ones are Translate (move)
Read more// // ViewController.swift // ViewHieararcy // // Created by JOYNAL ABEDIN on 30/7/22. // import UIKit class ViewController: UIViewController
Read more