Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Swift

    1. Home>
    2. Swift

    Swift – Access Control

    • Post author:S J
    • Post published:October 11, 2021
    • Post category:Swift
    • Post comments:1 Comment

    This topic is about Swift - Access Control. To restrict access to code blocks, modules and abstraction is done through access control. Classes, structures and enumerations can be accessed according…

    Continue ReadingSwift – Access Control

    Swift – Generics

    • Post author:S J
    • Post published:October 11, 2021
    • Post category:Swift
    • Post comments:1 Comment

    This topic is about Swift - Generics. Swift 4 language provides 'Generic' features to write flexible and reusable functions and types. Generics are used to avoid duplication and to provide…

    Continue ReadingSwift – Generics

    Swift – Protocols

    • Post author:S J
    • Post published:October 11, 2021
    • Post category:Swift
    • Post comments:1 Comment

    This topic is about Swift - Protocols. Protocols provide a blueprint for Methods, properties and other requirements functionality. It is just described as a methods or properties skeleton instead of…

    Continue ReadingSwift – Protocols

    Swift – Extensions

    • Post author:S J
    • Post published:October 11, 2021
    • Post category:Swift
    • Post comments:2 Comments

    This topic is about Swift - Extensions. Functionality of an existing class, structure or enumeration type can be added with the help of extensions. Type functionality can be added with…

    Continue ReadingSwift – Extensions

    Swift – Type Casting

    • Post author:S J
    • Post published:October 11, 2021
    • Post category:Swift
    • Post comments:2 Comments

    This topic is about Swift - Type Casting. To validate the type of an instance 'Type Casting' comes into play in Swift 4 language. It is used to check whether…

    Continue ReadingSwift – Type Casting

    Swift – Optional Chaining

    • Post author:S J
    • Post published:October 11, 2021
    • Post category:Swift
    • Post comments:1 Comment

    This topic is about Swift - Optional Chaining. The process of querying, calling properties, subscripts and methods on an optional that may be 'nil' is defined as optional chaining. Optional…

    Continue ReadingSwift – Optional Chaining

    Swift – ARC Overview

    • Post author:S J
    • Post published:October 11, 2021
    • Post category:Swift
    • Post comments:1 Comment

    This topic is about Swift - ARC Overview. Memory management functions and its usage are handled in Swift 4 language through Automatic reference counting (ARC). ARC is used to initialize…

    Continue ReadingSwift – ARC Overview

    Swift – Deinitialization

    • Post author:S J
    • Post published:October 11, 2021
    • Post category:Swift
    • Post comments:1 Comment

    This topic is about Swift - Deinitialization. Before a class instance needs to be deallocated 'deinitializer' has to be called to deallocate the memory space. The keyword 'deinit' is used…

    Continue ReadingSwift – Deinitialization

    Swift – Initialization

    • Post author:S J
    • Post published:October 11, 2021
    • Post category:Swift
    • Post comments:1 Comment

    This topic is about Swift - Initialization. Classes, structures and enumerations once declared in Swift 4 are initialized for preparing instance of a class. Initial value is initialized for stored…

    Continue ReadingSwift – Initialization

    Swift – Inheritance

    • Post author:S J
    • Post published:October 11, 2021
    • Post category:Swift
    • Post comments:1 Comment

    This topic is about Swift - Inheritance. The ability to take than more form is defined as Inheritance. Generally a class can inherit methods, properties and functionalities from another class.…

    Continue ReadingSwift – Inheritance
    • 1
    • 2
    • 3
    • 4
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP