XML Parsing using NSXMLParser in Swift

Posted on Leave a commentPosted in iOS

For your reference, you can download the complete Xcode project from GitHub. Steps: (1) Create Swift Project (2) Declare Variables in ViewController.swift file : Now, declare some variables which we want to parse from XML file or Used in our Project. For variable declare in Swift Programming write below code : (3) Implement NSXMLParser Delegate […]

Latest Version Swift 3.0

Posted on Leave a commentPosted in iOS

Apple has released latest version of Swift, the programming language use to create OS X and iOS apps. Swift 3.0 is now available as part of the Xcode 8 beta. New Features All function parameter have labels by defaults. Attribute arguments use a colon. Switch case with multiple patterns have new functionality. Line control statements […]