Monday, November 28, 2016
How to build c++ libraries (boost & QuantLib) for iOS XCode 8/9
›
It is possible to skip the armv7, armv7s and i386 architectures if these binaries are not required. Just modify the relevant part of the sc...
Sunday, September 11, 2016
How to split CSV in Swift
›
Below is Swift 2.1 code Swift 3 code is here https://github.com/Daniel1of1/CSwiftV/blob/master/Sources/CSwiftV.swift csvsplit.swift Sel...
Thursday, September 1, 2016
Struct and Enum used together in Swift 3
›
Sample code in swift 3 (Xcode 8 beta 6) This demonstrates (1) the use of enum initialization method for default value (2) the use of str...
Tuesday, August 30, 2016
How to parse JSON using JSONSerialization in Swift 3
›
Sample code in swift 3 (Xcode 8 beta 6) with Swift 2 code shown beneath samplecode.swift Select all import Foundation let str1 = ...
Thursday, July 28, 2016
How to write custom XMLParser for Swift 3
›
There are some general purpose XMLParsers libraries on github e.g. SWXMLHash or XML Sometimes, it is faster to write your own and can us...
‹
›
Home
View web version