Re: [swift-users] Swift and Xcode along with Playgrounds is full of bugs

2016-09-13 Thread Adam Eberbach via swift-users
If you need yet another perspective, your tone does seem abrasive. This is not the place for regretting how Apple handles bug reports. Best regards, Adam Eberbach > On 14 Sep. 2016, at 12:24 pm, Shyamal Chandra via swift-users > wrote: > > Hi Shawn, > > Could you give

Re: [swift-users] Swift 3 likes to tease me

2016-09-22 Thread Adam Eberbach via swift-users
Xcode will be happy if you add “@objc” in front of your “func” declaration. > On 23 Sep 2016, at 2:51 PM, Gerriet M. Denkmann via swift-users > wrote: > > This line (Swift 3): > if a.responds(to: Selector(“viewControllers") ) > creates this warning: Use