swiftdevcenter's profile picture. Swift Dev Center

Swift Dev Center

@swiftdevcenter

Swift Dev Center

Swift Dev Center さんがリポスト

In swift, "==" is compiled to [object1 isEqualTo:object2]. Something Cocoa developers have been begging for. "===" behaves as "==" in C.


Swift Dev Center さんがリポスト

Namespacing is implicit in swift, all classes (etc) are implicitly scoped by the module (Xcode target) they are in. no class prefixes needed


Neat! #if os(iOS) //iOS code #else //OS X code #endif #Swift


1 dot difference is going to be a bitch to spot RT @mjanuszewski: 4> 1..4 $R3: Range<Int> = 1..4 5> 1...4 $R4: Range<Int> = 1..5 #swift


Swift Dev Center さんがリポスト

Using Xcode 6 beta? Like to have a ReadMe file in your project? Like markdown? Use .md or .markdown for the extension on your ReadMe.


Swift Dev Center さんがリポスト

It’s almost been 48 hours. Who’re the #swift thought leaders I should be paying attention to?


You can actually run #Swift code on the fly, like a script, with swift compiler!

swiftdevcenter's tweet image. You can actually run #Swift code on the fly, like a script, with swift compiler!

What's New And Different About Apple's New #Swift Programming Language fastcolabs.com/3031400/whats-…


Guys, don’t rush into rewriting your ObjC code! In a little while your #swift code is gonna look like your #ObjC code a few years back!


This is nice! RT @BrentleyJones: Another neat #Swift gem: willSet and didSet. No more implicit side-effect property setters.


Swift array immutability RT @_sxua_: #Apple, we have a problem here with #swift


Swift Dev Center さんがリポスト

"The #Swift Programming Language" is very well written, with the newbie in mind but also complete and exhaustive. Better than ObjC reference


Swift Dev Center さんがリポスト

New blog post: Swift Cheat Sheet and Quick Reference: bit.ly/S1vRjA


Swift Dev Center さんがリポスト

Here are the first of a few take aways from skimming the Swift docs #swift

voidedpigeon's tweet image. Here are the first of a few take aways from skimming the Swift docs #swift

Loading...

Something went wrong.


Something went wrong.