iPhone Software Development
Sunday, February 21, 2016

no codesigning certificates found

›
From the "Known issues" of https://developer.apple.com/support/certificates/expiration/: "in the Keychain Access applicati...
Thursday, June 25, 2015

QuantLib 1.6 framework (libc++) for iOS and Mac OS X

›
QuantLib 1.6 framework (compile with -std=c++11 -stdlib=libc++) and prefix pre-built binary. Architectures in the fat file: framework/ql.fr...
Saturday, June 20, 2015

iOS Drawing in swift playground

›
swift Playground can be used for prototype iOS Drawing swift Plyaground     Select all //: Playground - a place where programmer can ...
Friday, June 19, 2015

Static and Dynamic link for Swift Compiler

›
Swift compiler can be used to compile command line tool under Mac OSX. This is an example and how-to use swift compile and use the compiled...
Tuesday, June 16, 2015

Map, Filter, Reduce in Swift

›
With Swift, iOS and Mac developers have map, filter, and reduce methods on arrays. These methods can replace almost all uses of for-in-loops...

strong, weak and unowned references in Swift

›
Both weak and unowned references do not create a strong hold on the referred object (a.k.a. they don't increase the retain count in orde...

Optionals in Swift

›
Swift is designed for safety. As Apple mentioned, optionals are an example of the fact that Swift is a type safe language. Swift’s optiona...
‹
›
Home
View web version
Powered by Blogger.