Category Archives: Swift & iOs

Start to learn Swift and iOS development

My plan is to spend one hour every weekday for a year and let’s see what I learn. Today is day one and I learned something about how to use a function in NSString -enumerateLines. I know it accepts a … Continue reading

Posted in Swift & iOs | Leave a comment

Swift Features – According the the book “Swift for Programmers” (Prentice Hall)

Type inference switch statement enhancement Tuples Closures(lambdas) Optionals Dictionary type Array, String and Dictionary value types Array bounds checking Class-like struct and enum value types Functions with multiple return values (via tuples) Generics Operator overloading Overflow checking in integer calculations … Continue reading

Posted in Swift & iOs | Leave a comment