Use this tag only for questions directly related to changes in version 2.x of Apple's Swift programming language.
Given the following string: var snippet = "1111 West Main Street Beverly Hills, CA 90210 Phone: 123.456.7891" How can I extract everything that comes …
swift swift2I keep trying to search for the proper way to get a sub array in Swift but I am missing …
arrays swift2 sub-arrayI'm working on an app, and need to pass data between view and containerView. I need to send data and …
swift swift2 segue uistoryboardsegue swift-protocolsI'm trying to run my iOS app that was migrated from Swift 1.2 to Swift 2.0 in Xcode 7 using iPhone Simulator (any), …
ios xcode ios-simulator swift2 xcode7What's the proper way to use for-in loop with an optional? Right now I always perform an optional binding before …
swift2 optional for-in-loopUpdating to the new firebase. Created a new signin VC and everything was working fine in terms of no errors. …
ios firebase swift2 xcode7 firebase-authenticationI would like to have a similar behavior than the <Table> HTML tag, in the sense where the …
ios uitableview swift2 height uistackview