iOS Architect Logo - Keshu Rai - iOS App Developer

iOS Architect

Building cool iOS apps

  • About Me
  • Resume
  • Blog
  • Contact
  • Portfolio
Copyright © 2019-2021 iOSArchitect.com.
image
iOS Architect

Tag Archives: class

static and class keyword in swift
iOS, Swift

Static and Class Keyword in Swift

Before we talk about how static and class keyword are different with each other, lets see how they are similar. How They Are Similar? Static and Class keyword when applied on a variable or function, make it Type method. Type Methods are the methods which you can call directly without creating instance of the class. […]

August 13, 2020 keshu1024
classstaticstatic-vs-class

StackOverFlow Profile

profile for Keshu R. at Stack Overflow, Q&A for professional and enthusiast programmers

Recent Posts

  • Send Email In Swift 5.5 using MFMailComposeViewController
  • Swift – Check If Linked List is Palindrome or Not.
  • SWIFT – Print elements of Linked List in Reverse Order
  • Linked List in Swift
  • Static and Class Keyword in Swift

Recent Comments

  • Send Email In Swift 5.5 using MFMailComposeViewController on Show Push Notifications when app running in the foreground iOS Swift
  • Swift - Check If Linked List is Palindrome or Not. - iOS Architect on Linked List in Swift
  • Struct Func And Struct Static Func. (Are Struct Static Fun Still Value Type?) - Code Utility on Static and Class Keyword in Swift
  • keshu1024 on Show Push Notifications when app running in the foreground iOS Swift
  • tripta on Show Push Notifications when app running in the foreground iOS Swift

Archives

  • October 2021
  • September 2021
  • August 2020
  • December 2019

Categories

  • Challenges
  • iOS
  • LinkedList
  • Navigation
  • Push Notifications
  • Swift