Re: [swift-users] Documentation for Linux-based Swift Development Sought

2016-12-19 Thread Adrian Zubarev via swift-users
'.epub' extension is not an iBooks exclusive ;) It's an e-book. Find yourself a capable reader :) -- Adrian Zubarev Sent with Airmail Am 19. Dezember 2016 um 17:43:22, Steven Harms via swift-users (swift-users@swift.org(mailto:swift-users@swift.org)) schrieb: > > Hi, > > I've been

Re: [swift-users] Memory Leak Indicated when Derived from NSObject

2016-12-19 Thread Ray Fix via swift-users
Thanks for the update Chris. Hmm... So, I get memory runtime issues if I run this on an actual device iPad Air 2 (iOS 10.2) with Version 8.2 (8C38). Can’t get it to happen on the simulator. Can’t get it to happen if I make a macOS command line tool and inspect it with the leaks command. (I

[swift-users] TWISt-shout Newsletter 2016-12-19

2016-12-19 Thread Kenny Leung via swift-users
Here is your TWISt-shout Newsletter for the week of 2016-12-12 to 2016-12-18 https://github.com/pepperdog/TWISt-shout/blob/master/2016/TWISt-shout-2016-12-19.md Enjoy! -Kenny

Re: [swift-users] Memory Leak Indicated when Derived from NSObject

2016-12-19 Thread Chris Chirogene via swift-users
Interesting. Thanks. I’ll have to try that. The latest Xcode 8.2 release version seems to have fixed this. I am no longer seeing the leak. Take care, Chris > On 17 Dec 2016, at 02:33, Ray Fix wrote: > > FWIW, seeing this too. Also, when I boiled the project down to a macOS

Re: [swift-users] Documentation for Linux-based Swift Development Sought

2016-12-19 Thread Steven Harms via swift-users
Disregard previous message in thread. This was already answered. Apologies for the list-spam. On Mon, Dec 19, 2016 at 11:43 AM, Steven Harms wrote: > Hi, > > I've been playing with Swift in Linux contexts, but I was wondering, how > am I meant to avail myself of

[swift-users] Documentation for Linux-based Swift Development Sought

2016-12-19 Thread Steven Harms via swift-users
Hi, I've been playing with Swift in Linux contexts, but I was wondering, how am I meant to avail myself of reference materials? The Swift book is written in iBooks...so I don't have access to that. I'd love for there to be a PDF equivalent that I could leave on the Linux server to work with.

[swift-users] module (de)-initialization

2016-12-19 Thread Mr Bee via swift-users
Hi all, As I learn Swift, I got 2 questions here: 1. Is there any module initialization and deinitialization concept in Swift (v.3)? For example, upon loading a module, I want that module to do something before being utilized (initialization) or after being utilized (deinitialization). If there