A state determines what an app can do and what it can not. So, it is essential to understand an app’s life cycle to assign right tasks at the right time. App States: 1. Not Running/Unattached: During this state, an app does not consume any resource as the app has not been clicked to openContinue reading “iOS App Life Cycle”
Tag Archives: iOS
Palindrome Number in Swift
A Palindrome number is a special type of number that reads the same if read in reverse . Problems relating to Palindrome are common in both programming and mathematics . We shall implement a program to implement Palindrome number in Swift language . A short note on Swift: Swift is an open-source programming language developedContinue reading “Palindrome Number in Swift”
